MailSharp
Sending Mail
MailSharp supports 8 different mail sending scenarios based on three factors:
- Send immediately or schedule to send later
- Use HTML template
- Send to one recipient or multiple recipients
The method calls for each scenario are:
Creating Templates
A MailSharp template is just a plain old HTML file. Any images you reference in
your template will be embedded in each outgoing email by MailSharp (just like popular
email clients do).
Using MailSharp
MailSharp is intended to be easy
Database
- mailsharp_queued_messages
- ID
- FromName
- FromAddress
- SenderAddress
- Subject
- Body
- MessageType
- mailsharp_queued_recipients
- ID
- RecipientName
- RecipientAddress
- MergeValues
- mailsharp_sent_messages
- ID
- FromName
- FromAddress
- SenderAddress
- Subject
- Body
- MessageType
- SendStartTime
- SendCompleteTime
- RecipientCount
- FailedCount
- mailsharp_sent_recipients
- mailsharp_settings