-
Sending Emails
The Garden framework includes an Email object for sending and configuring emails. The formatting of Vanilla Emails is handled by the EmailTemplate property of the Email object. EmailTemplate The EmailTemplate object helps to organize the components of an email and prepare them for output. These components are: Title: A…
-
Troubleshooting Vanilla Pop
How It Works The Vanilla Pop relies on two external components to function: SendGrid and the email router. SendGrid supports "inbound parsing" of emails. That is, emails sent to an address hosted with SendGrid will be digested and dispatched to a configured URL à la the webhook design. You can checkout more information on…