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

unable to use gmails SMTP #5

Open
whowatches opened this issue Aug 23, 2013 · 3 comments
Open

unable to use gmails SMTP #5

whowatches opened this issue Aug 23, 2013 · 3 comments

Comments

@whowatches
Copy link

It seems I am unable to use gmails SMTP server.

"530 5.7.0 Must issue a STARTTLS"

This is generally solved by turning off "always use https" from gmail, and using port 465

However this results in a timeout

Does anyone else have this issue.

Would it be possible to implement something that would allow this to go over starttls?

Feel free to close this if its invalid :)

Thanks!!!

@zeknox
Copy link
Owner

zeknox commented Aug 23, 2013

sendmail currently does not support SSL/TLS connections, I am working on a new ruby on rails application to address this issue. Thanks

@zeknox
Copy link
Owner

zeknox commented Aug 23, 2013

@whowatches sure feel free to fix the script to support encryption because it doesn't currently. It's on my list of things TODO. Once you fix the issue, feel to free to submit a pull request with your changes.

@whowatches
Copy link
Author

great will do thanks for the fast reply:)

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

2 participants