You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A framework for managing the generation and handoff of emails and one or more initial/core implementations.
The ability to generate emails and hand them off reliably, ideally in a portable (cross provider) way, are requirements that effect almost all projects. A full solution would include:
An defined interface that mail gateway packages can support (thematically similar to the data store adapter interfaces)
One or more gateway implementations against this standard (eg: Postmark, Mailgun, Mandrill, Sendgrid, etc.) and probably a stub gateway for dev/debug that dumps calls to the console or disk
Ability to provide a mail gateway instance to Keystone for use internally (eg. forgotten password, email address verification, etc.)
@JedWatson points out there's significant prior art for this in KS4. Ideally we could port it directly (less work and backwards compatibility).
My preference would be an adapter for Postmark.
The text was updated successfully, but these errors were encountered:
A framework for managing the generation and handoff of emails and one or more initial/core implementations.
The ability to generate emails and hand them off reliably, ideally in a portable (cross provider) way, are requirements that effect almost all projects. A full solution would include:
@JedWatson points out there's significant prior art for this in KS4. Ideally we could port it directly (less work and backwards compatibility).
My preference would be an adapter for Postmark.
The text was updated successfully, but these errors were encountered: