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

Send email via Sendgrid on win #44

Closed
jpchip opened this issue Apr 1, 2019 · 3 comments
Closed

Send email via Sendgrid on win #44

jpchip opened this issue Apr 1, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@jpchip
Copy link
Owner

jpchip commented Apr 1, 2019

I think the next think I'm going to do is update it to send an email on a win. I think the easiest way to do to this is to use send grid. Anyone can sign up for a free account, so I can allow setting the SENDGRID_API_KEY in the .env file, and if it exists, use sendgrid to shoot off an email to the email address used to log in when an entry wins.

I know I could use nodemailer, but then I'd have to ask for user's to put a bunch of stuff in .env, seems like a pain all around.

I really want to make it easier to not miss wins, so this will be my next priority.

Originally posted by @jpchip in #32 (comment)

@jpchip jpchip self-assigned this Apr 1, 2019
@jpchip jpchip added the enhancement New feature or request label Apr 1, 2019
@jpchip
Copy link
Owner Author

jpchip commented Apr 1, 2019

As requested, allow specify additional emails to be cc'ed.

@jpchip
Copy link
Owner Author

jpchip commented Apr 1, 2019

@famewolf Latest release supports this, and supports a cc email.

@jpchip jpchip closed this as completed Apr 1, 2019
@famewolf
Copy link

famewolf commented Apr 6, 2019

I guess now I need to ask if the send email feature can handle if the internet is down when it first attempts to send the email? Will it retry after x minutes upon failure?

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

No branches or pull requests

2 participants