-
Notifications
You must be signed in to change notification settings - Fork 9
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 functionality #75
Comments
I often use https://www.mailgun.com/ for sending mail, combined with the default Meteor mail function. |
Can we move our mailchimp newsletter thing also to this thing? An other thing might be privacy. Using a cloud service implies sending e-mail adresses to other parties. How about sending mail from our own server? Too complicated? We host the Site and operate the Platform using third parties, including AWS®, SoftLayer® and Rackspace® (the “Hosting Providers”). The Hosting Providers will host your Platform from its data centers throughout the United States. Mailgun (and its parent company, Rackspace US, Inc.) participates and has certified its compliance with the EU-U.S. Privacy Shield Framework. Mailgun is committed to subjecting all personal data received from the European Union (EU) member countries, in reliance on the Privacy Shield Framework, to the Framework’s applicable principles. To learn more about the Privacy Shield Framework, visit the U.S. Department of Commerce’s Privacy Shield List https://www.privacyshield.gov/list/. |
@RonaldHav Yes, good points. Using an external service for sending mail Cons:
Pros:
Using the CommonBike VPN for sending mail Cons:
Pros:
Using only Mandrill (transactional emails by MailChimp) and not MailGun or MailChimp Cons:
Pros:
Using only Mandrill (transactional emails by MailChimp) and not MailGun or MailChimp Cons:
Pros: For sending emails to subscriber lists MailChimp can be still nice to use. Or, we develop our own email sending administrator panel and replace MailChimp with that. [/information that might be useful] |
Okey, maybe we should start with mailgun. |
We need to be able to send email for onboarding and other features.
The text was updated successfully, but these errors were encountered: