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

SMTPSenderRefused with GMail #9

Closed
23min opened this issue Sep 27, 2012 · 1 comment
Closed

SMTPSenderRefused with GMail #9

23min opened this issue Sep 27, 2012 · 1 comment
Assignees
Milestone

Comments

@23min
Copy link
Contributor

23min commented Sep 27, 2012

The mailer included is not configurable.
When attempting to use GMail smtp, I get SMTPSenderRefused, and Must issue a STARTTLS command first.

I patched this for my own use as follows:

session.ehlo()
session.starttls()  # needed
session.ehlo()
session.login("user@gmail.com", "XXXXX")

It would be nice if the mailer could be more configurable.

@ghost ghost assigned FedericoCeratto Sep 27, 2012
@FedericoCeratto
Copy link
Owner

Closed in v.0.2

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

No branches or pull requests

2 participants