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
Many apps need to send emails, while it is straightforward to send emails with many email API services, having a simple API to send emails by using a SMTP config, would allow developers to leverage a consistent API in REST or GraphQL to automate sending emails.
Motivation
No need to add additional dependencies or custom code, just use basic SMTP configuration and hyper to send emails.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Summary
Many apps need to send emails, while it is straightforward to send emails with many email API services, having a simple API to send emails by using a SMTP config, would allow developers to leverage a consistent API in REST or GraphQL to automate sending emails.
Motivation
No need to add additional dependencies or custom code, just use basic SMTP configuration and hyper to send emails.
Detailed design
TODO
How we teach this
Drawbacks
Alternatives
Unresolved questions
Beta Was this translation helpful? Give feedback.
All reactions