View Source Swoosh.Adapter behaviour (Swoosh v1.17.2)
Specification of the email delivery adapter.
Summary
Callbacks
Delivers an email with the given config.
Delivers multiple emails with the given config in one request. Some email providers allow multiple messages to be sent in one HTTP request, for example Mailjet and Postmark allow this. Check your provider's documentation to see if that is possible, and see the adapter you use to find out whether it has been implemented.
Types
Callbacks
Delivers an email with the given config.
Delivers multiple emails with the given config in one request. Some email providers allow multiple messages to be sent in one HTTP request, for example Mailjet and Postmark allow this. Check your provider's documentation to see if that is possible, and see the adapter you use to find out whether it has been implemented.