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

smtp_output fails on servers with no authentication #114

Open
pmbento opened this issue May 19, 2020 · 1 comment
Open

smtp_output fails on servers with no authentication #114

pmbento opened this issue May 19, 2020 · 1 comment
Assignees

Comments

@pmbento
Copy link

pmbento commented May 19, 2020

We're always forcing SMTP authentication in smtp_output.py with smtp_conn.login. We should only run that when we have both smtp_user and smtp_pass defined.

A simple fix would be:
if (self.smtp_user and self.smtp_pass): smtp_conn.login(self.smtp_user, self.smtp_pass)

@Plazmaz
Copy link
Collaborator

Plazmaz commented May 20, 2020

PRs are definitely welcome!

@Plazmaz Plazmaz self-assigned this Jun 23, 2020
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