Skip to content

Test E-mail - Monitor Page #2368

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

Open
1 task
ajhollid opened this issue May 29, 2025 · 3 comments
Open
1 task

Test E-mail - Monitor Page #2368

ajhollid opened this issue May 29, 2025 · 3 comments

Comments

@ajhollid
Copy link
Collaborator

Sending test e-mails from the monitor page may not be working,

  • Investigate for possible issues
@vanWittlaer
Copy link

vanWittlaer commented May 29, 2025

Can confirm, configuration on port 587 for a server accepting starttls results in

error: [EmailService](sendEmail) Can't send mail - all recipients were rejected: 550 relay not permitted

My bloody guess:

  1. It should be possible to specify mail encryption like ssl, tls, starttls. For starttls, emailConfig.requireTLS = true should be set.
  2. emailConfig.auth should not be removed for non-smtps. (Why is it removed anyhow?)

@ajhollid
Copy link
Collaborator Author

Good bloody guess 😂

I'm tempted just to expose all the nodemailer options and leave it up to the user to figure out what config they need.

There are too many possible configurations for us to be able to provide a simple interface here.

@vanWittlaer
Copy link

@ajhollid Couldn't agree more. I reckon the encryption as an option will do, though. In any event there should not be any logic concluding anything from the port number - this can be any random number in practice. Thanks so much for taking care!

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