![]() |
Sphyrnidae Common Library
2.0.1
Shared Utilities/Library
|
Public Member Functions | |
| Task< bool > | SendAsync (EmailType type, IEnumerable< string > to, IEnumerable< string > cc, string subject, string content) |
| Sends an E-mail More... | |
| Task<bool> Sphyrnidae.Common.EmailUtilities.EmailMock.SendAsync | ( | EmailType | type, |
| IEnumerable< string > | to, | ||
| IEnumerable< string > | cc, | ||
| string | subject, | ||
| string | content | ||
| ) |
Sends an E-mail
| type | The type of email being sent (Could auto-populate the "TO") |
| to | A collection of "to" recipients of the email |
| cc | A collection of "cc" recipients of the email |
| subject | Subject of the email |
| content | Email body |
Implements Sphyrnidae.Common.EmailUtilities.Interfaces.IEmail.