Method | Description | |
---|---|---|
AddSubstitutionValues ( ) : void |
This feature allows you to create a message template, and specify different replacement strings for each specific recipient
|
|
AddUniqueIdentifiers ( ) : void |
This feature adds key value identifiers to be sent back as arguments over the event api for various events
|
|
EnableBypassListManagementEmail ( ) : void |
This feature wraps an HTML template around your email content. This can be useful for sending out newsletters and/or other HTML formatted messages. hhttp://docs.sendgrid.com/documentation/apps/email-templates/
|
|
EnableClickTrackingEmail ( ) : void |
Point the urls to Sendgrid Servers so that the clicks can be logged before being directed to the appropriate link http://docs.sendgrid.com/documentation/apps/click-tracking/
|
|
EnableFooterEmail ( ) : void |
The Footer App will insert a custom footer at the bottom of the text and HTML bodies. http://docs.sendgrid.com/documentation/apps/footer/
|
|
EnableGoogleAnalytics ( ) : void |
The Footer App will insert a custom footer at the bottom of the text and HTML bodies. http://docs.sendgrid.com/documentation/apps/google-analytics/
|
|
EnableGravatarEmail ( ) : void |
Enable The Gravatar Filter. Currently the filter generates a 1x1 pixel gravatar image. http://docs.sendgrid.com/documentation/apps/gravatar/
|
|
EnableOpenTrackingEmail ( ) : void |
Enable the Open Tracking to track when emails are opened. http://docs.sendgrid.com/documentation/apps/open-tracking/
|
|
EnableSpamCheckEmail ( ) : void |
The Spam Checker filter, is useful when your web application allows your end users to create content that is then emailed through your SendGrid account. http://docs.sendgrid.com/documentation/apps/spam-checker-filter/
|
|
EnableTemplateEmail ( ) : void |
This feature wraps an HTML template around your email content. This can be useful for sending out newsletters and/or other HTML formatted messages. http://docs.sendgrid.com/documentation/apps/email-templates/
|
|
EnableUnsubscribeEmail ( ) : void |
Add automatic unsubscribe links to the bottom of emails. http://docs.sendgrid.com/documentation/apps/subscription-tracking/
|
|
SMTPAPI ( string username, string password, string from, IEnumerable |
||
SetCategory ( ) : void |
This feature tags the message with a specific tracking category, which will have aggregated stats viewable from your SendGrid account page.
|
|
SimpleHTMLEmail ( ) : void |
Send a simple HTML based email
|
|
SimplePlaintextEmail ( ) : void |
Send a simple Plain Text email
|
public EnableBypassListManagementEmail ( ) : void | ||
return | void |
public SMTPAPI ( string username, string password, string from, IEnumerable |
||
username | string | |
password | string | |
from | string | |
recipients | IEnumerable |
|
return | System |