-
Notifications
You must be signed in to change notification settings - Fork 28
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
mail system #3
Comments
I think the best thing will probably be to use a 3rd party service. Amazon SES and Mailgun are both reliable, pretty cheap and have simple lua wrappers. (The mailgun api is pretty easy, and SES is OK, but has an annoying auth flow, so that library is helpful) |
I can help once I figure out how to get my Mac running everything... |
Hey, we got that working on the Beetle Cloud thanks to @backface, and he's done that before for the TurtleStitch site. As I said before, we just need an STMP provider, Lapis knows how to handle email, we don't need to use anything fancier (or more expensive) than that. |
I've got something setup. |
I found a bunch of rocks that may be of use. These are the ones that seem to make things easier, and they are both designed to work in an Nginx/OpenResty installation: https://github.com/athersharif/lua-resty-smtp https://github.com/GUI/lua-resty-mail I'll test them both today and see which one works better :) |
Yay! |
No description provided.
The text was updated successfully, but these errors were encountered: