MailService Class
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Service layer for sending email.
public static class MailService
- Inheritance:
- System.Object → MailService
Methods
Get |
Returns an System.Net.Mail.SmtpClient with the settings from ConfigurationService.
|
Is |
Returns true if application is configured to send emails, otherwise false .
|
Send(Email |
Sends the specified EmailModel. |
Send(Mail |
Sends the specified System.Net.Mail.MailMessage .
|
Send |
Sends the specified System.Net.Mail.MailMessage using smtp settings from ConfigurationService.
This method does not block the calling thread.
|
Send |
Sends a System.Net.Mail.MailMessage using the specified smtp settings.
This method does not block the calling thread.
|