@wineguy said in Unable to configure notifications using port 587:
I expected that it would default to the 'From email address', which would make a nice enhancemen
Noop.
The "From" is the mail address from which you send the mail.
This can be different one as the USER login credential, needed for submission over port 587 (smtp with authentication) to work. These two can be identical, true.
@wineguy said in Unable to configure notifications using port 587:
So, another nice enhancement would be to require a username and password when port 587 is selected.
'587' or submission means (imho - check with RFC ?) : must authenticate.
You could go one step beyond :
Set up your mail server to use plain TLS, or SMTPS, normally over port 465. Most FAI's - look how gmail does things - don't use - or should I say : don't enforce the use of 587 anymore. It's TLS all the way = port 465, which means : from byte zero all is TLS.
You can pick any port actually, as it would be used by your mail clients, the ones you control.