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

Bad schedule request email never sends or clears #245

Open
k7hpn opened this issue Oct 29, 2020 · 0 comments
Open

Bad schedule request email never sends or clears #245

k7hpn opened this issue Oct 29, 2020 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@k7hpn
Copy link
Member

k7hpn commented Oct 29, 2020

If a bad email address (e.g. broken.@yahoo.com) is queued for an email job to be sent to them it does not send and never clears, the job runner just keeps trying.

Steps to reproduce

  1. Put in a schedule request with a bad email address (e.g. broken.@yahoo.com).
  2. Trigger an email (close the schedule request successfully in Ops with email configured).
  3. Watch the logs (Error sending email setup x to broken.@yahoo.com: Invalid local-part at offset 0).

Expected behavior

Invalid email messages like this should be placed into a queue for an administrator to review. Administrators should be able to correct the address (in this case it's easy, remove the period at the end) or mark the email as "didn't send due to invalid email address." In the case of scheduled requests it should be noted in the scheduled request history.

Actual behavior

Error message repeatedly in the log.

@k7hpn k7hpn added bug Something isn't working enhancement New feature or request labels Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant