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

Upgrade email package to from 1.1.18 to 1.2.1 #6705

Closed
engelgabriel opened this issue Apr 17, 2017 · 3 comments
Closed

Upgrade email package to from 1.1.18 to 1.2.1 #6705

engelgabriel opened this issue Apr 17, 2017 · 3 comments
Assignees
Milestone

Comments

@engelgabriel
Copy link
Member

The version 1.2.0 is broken with AWS SES.

Due to:
#6678

We had to downgrade:
#6680

Meteor is working to fix:
meteor/meteor#8591
meteor/meteor#8425

Via:
meteor/meteor#8605

@engelgabriel
Copy link
Member Author

@rodrigok Would you be able to test the email package from https://github.com/edemaine/meteor/tree/devel/packages/email to see if it works in our scenario?

@abernix
Copy link
Contributor

abernix commented Apr 17, 2017

email@1.2.1 has been officially released! 😄

@jancurn
Copy link

jancurn commented Apr 26, 2017

For a reference, after upgrading from email@1.2.0 to email@1.2.1 a call to Email.send() on our production system hang infinitely. Our MAIL_URL environment variable was like:

smtp://bob%40example.com:password@smtp.gmail.com:465/

Changing it to

smtps://bob%40example.com:password@smtp.gmail.com:465/

fixed the problem.

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

No branches or pull requests

4 participants