-
Notifications
You must be signed in to change notification settings - Fork 1
Add possibility to send emails from custom email #20
Comments
As I know, Google SMTP has a restriction. It allows send 400 emails per day. Sometimes we may reach it. I thought about making smth like a mailing list app on @MrGALL's server. But this requires more investigation. |
Google Apps allows 500 external emails per day for free accounts: https://support.google.com/a/answer/166852 |
Yes, it would be much better, e.g MailChimp has open API |
@MrGALL Probably yes. But I'd prefer to control all the mailing process. Anyway this should be investigated deeper. Regarding spam, I've asked Konfucius (hurtom.com) about his experience and now I understand better how to avoid it. |
Currently email is sent using logged user oauth token. Only "From" field is set in https://github.com/GDG-Ukraine/gdgregform/blob/master/server/card.js#L109 @zasadnyy will is solve your issue? |
I'm not sure, but we can try 2013/10/24, Valentyn Shybanov [email protected]:
Best Regards, email: [email protected] |
Google actually allows to send with custom "From" field: https://support.google.com/mail/answer/22370?hl=en So, procedure of adding alternate sender email is described on the link above. After that you can specify it before sending approval/confirmation requests. @zasadnyy this solution should resolve this issue. If yes, you can close this issue (at least for now) |
For such emails google changes
But originator's address is still in headers:
Also keep in mind that to confirm such additional email everyone must have access to it.. |
But is there is a big oribken with "Sender" header? |
It's not a problem, but a feature. However, willing to confirm every single address sucks. |
Now emails are sent from admin's personal email. We need to add possibility to define custom email, e.g. devfest[at]gdg.org.ua
The text was updated successfully, but these errors were encountered: