프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Init | void | ||
SendDeveloperNotificationEmail | void | ||
SendHealthCheckEmail | void | ||
addAddressesToMailAddressCollection | void | ||
alterMessageForIntermediateInstallation | void | ||
getDeveloperEmailAddresses | IEnumerable |
||
getSendGridMessage | SendGrid.SendGridMessage | ||
htmlToPlainText | string | ||
sendEmail | void | ||
sendEmailWithSmtpServer | void |
메소드 | 설명 | |
---|---|---|
GetAdministratorEmailAddresses ( ) : IEnumerable |
Returns a list of administrator email addresses.
|
|
SendEmail ( |
Sends the specified mail message using the SMTP server specified in the config file.
|
|
SendEmailWithDefaultFromAddress ( |
After setting the From property to the from address specified in the config file, sends the specified mail message using the SMTP server specified in the config file.
|
메소드 | 설명 | |
---|---|---|
Init ( ) : void | ||
SendDeveloperNotificationEmail ( |
||
SendHealthCheckEmail ( string appFullName ) : void | ||
addAddressesToMailAddressCollection ( IEnumerable |
||
alterMessageForIntermediateInstallation ( |
||
getDeveloperEmailAddresses ( ) : IEnumerable |
Returns a list of developer email addresses.
|
|
getSendGridMessage ( |
||
htmlToPlainText ( string html ) : string | ||
sendEmail ( |
||
sendEmailWithSmtpServer ( Configuration smtpServer, |
public static GetAdministratorEmailAddresses ( ) : IEnumerable |
||
리턴 | IEnumerable |
public static SendEmail ( |
||
message | ||
리턴 | void |
public static SendEmailWithDefaultFromAddress ( |
||
message | ||
리턴 | void |