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

Improve email test page #83

Open
1 task
brendanheywood opened this issue Nov 28, 2024 · 2 comments
Open
1 task

Improve email test page #83

brendanheywood opened this issue Nov 28, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@brendanheywood
Copy link
Contributor

brendanheywood commented Nov 28, 2024

  • If you send an email and it bounces this should be shown on admin/testoutgoingmailconf.php with a error

image

This SHOULD be over the bounce threshold and so email_to_user will return false with a debugging message, but it isn't somehow

This might be a tracker, just keeping visibility of it here

@brendanheywood brendanheywood added the bug Something isn't working label Nov 28, 2024
@brendanheywood
Copy link
Contributor Author

I think the most correct action here is to add a new form field to core:

  • send the email as a moodle user if one can be found (this will honour bounces)
  • send the email as a generic system user (this will not)

The first will be the default. This logic would apply to both the To user and the From user

@bwalkerl
Copy link
Contributor

bwalkerl commented Dec 3, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants