public SendEmail ( String from, String fromEmail, IEnumerable |
||
from | String | From. |
fromEmail | String | From email. |
toEmails | IEnumerable |
To emails. |
ccEmails | IEnumerable |
The cc emails. |
bccEmails | IEnumerable |
The BCC emails. |
subject | String | The subject. |
text | String | The text. |
attach | System.Net.Mail.Attachment | The attach. |
isHtmlFormat | bool | if set to |
리턴 | bool |