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

Add support for notify_from_email #26

Open
dotmanila opened this issue Jun 7, 2016 · 0 comments
Open

Add support for notify_from_email #26

dotmanila opened this issue Jun 7, 2016 · 0 comments

Comments

@dotmanila
Copy link
Owner

dotmanila commented Jun 7, 2016

Some email servers are somewhat restrictive about email senders specially on the same domain. Allowing to customize this value from SMTP can workaround this issue.

[06/07/2016 11:18:59] INFO: Mail has not been tested, sending initial test mail.
Traceback (most recent call last):
  File "./pyxbackup", line 3039, in <module>
    traceback.format_exc())
  File "./pyxbackup", line 1083, in _notify_by_email
    _die("Could not send mail ({0}): {1}".format(e.errno, e.strerror))
AttributeError: 'SMTPRecipientsRefused' object has no attribute 'errno'
recvfrom(4, "550-Verification failed for <roo"..., 8192, 0, NULL, NULL) = 261
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

1 participant