zeknox / scripts

a collection of useful scripts that for penetration testers
33 stars 16 forks source link

unable to use gmails SMTP #5

Open whowatches opened 11 years ago

whowatches commented 11 years ago

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 commented 11 years ago

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

zeknox commented 11 years ago

@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 commented 11 years ago

great will do thanks for the fast reply:)