-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
Goal
As a developer, I want to be able to run a sendEmail function with an email and a type. The email function should take care of sending the email.
Email should also generate email Template Strings.
Requirements
const {generateTemplate, sendEmail } = require('./email')
sendEmail( 'hello@example.com', 'subject string', generateTemplate('confirmation', data) )
TODO
- Get Mailgun account, use their API to send an email successfully.
- sendEmail Function
- GenerateTemplate Function
Metadata
Metadata
Assignees
Labels
No labels