Skip to content

Email Module #16

@songz

Description

@songz

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

  1. Get Mailgun account, use their API to send an email successfully.
  2. sendEmail Function
  3. GenerateTemplate Function

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions