Good morning,
I have a problem about mail notification (I think that a user after registration will receive a mail).
So I tried to configure the env file in this way:
because in my thunderbird client the mail work with these settings:
Server Name: smpt.ti-edu.ch
Port: 465
User Name: fablab@supsi.ch
Authentication method: Encrypted password
Connection security: SSL/TLS.
I’m not sure what Authentication method: Encrypted password means for thunderbird but I’m pretty sure it’s not the equivalent of :plain. I think it may work with :login, but if it’s not, you can give a try with :cram_md5.
I tried with login and also cram_md5 but nothing happens. Is it correct to set ssl with:
SMTP_SSL=true
?
Because the mail in my thunderbird client works and I reported here all the smtp settings.