Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: store emails sent per mentor #116

Open
tomduggan85 opened this issue Apr 2, 2018 · 0 comments
Open

Suggestion: store emails sent per mentor #116

tomduggan85 opened this issue Apr 2, 2018 · 0 comments

Comments

@tomduggan85
Copy link

It might be helpful to store a list of sent email types per mentor on the server. This could be stored as an array of emailTypes on each mentor (since postEmail has $emailType from the request url), i.e. "permitEmail", "scheduleEmail". Then, the mentorPanel UI could use this to show you that certain emails have already been sent, so you don't have to try and remember yourself :)

const nodemailer = require('nodemailer');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant