CommonBike / commonbike-site

Meteor Javascript site for CommonBike
https://common.bike
7 stars 9 forks source link

Mail functionality #75

Open ericvrp opened 7 years ago

ericvrp commented 7 years ago

We need to be able to send email for onboarding and other features.

bartwr commented 7 years ago

I often use https://www.mailgun.com/ for sending mail, combined with the default Meteor mail function.

RonaldHav commented 7 years ago

Can we move our mailchimp newsletter thing also to this thing? Or use the mailchimp API for mailing It would be great to have one service because will send the news to our members

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. https://www.mailgun.com/privacy

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/.

bartwr commented 7 years ago

@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]

RonaldHav commented 7 years ago

Okey, maybe we should start with mailgun. It is easy for now and we can keep focus on our core bike sharing. We can replace this 'micro service' later for an own privacy secure thing.