JangoMail offers an API with an extensive set of methods which can be used for campaign sending, transactional sending, reporting, and account management.
For sending – you can send a mass email campaign to a list, send that particular message to a single recipient, and send an ad hoc transactional message (welcome message, password reset, shipping order update, etc.).
For reporting – the data returned via our reporting methods is typically one of three formats: XML, string, and a .NET data set.
The majority of API methods (i.e., procedure calls) have an Options parameter. In terms of usage, most customers use the SendTransactionalEmail method. When using this method, open and click tracking must be specified, as does the “UseSystemMAILFROM” setting. When sending using SMTP, these options are set at the account level. When sending using the API, you must include these options for each message.
In the picture below, to use open and click tracking, and assuming you are sending using your own FROM address domain (and have an SPF record in place), the Options parameter contains:
OpenTrack=True,ClickTrack=True,UseSystemMAILFROM=False
With the API, you can incorporate all of JangoMail's powerful tools right into your own application. |
|
Comments
0 comments
Article is closed for comments.