Class SimpleEmailServiceExtensions
Extension methods for making it easier to work with AWS Simple Email Service (SES).
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: IRM.Mail
Assembly: IRM.dll
Syntax
public static class SimpleEmailServiceExtensions
Methods
ConvertAccessKeyToSmtpPassword(EmailOptions)
Checks if the Password seems to be an access key and in that case converts it to a SMTP password according to AWS SES algorithm.
Declaration
public static EmailOptions ConvertAccessKeyToSmtpPassword(this EmailOptions options)
Parameters
EmailOptions
options
EmailOptions to check and convert access key for. |
Returns
EmailOptions
|