Well, can’t make it work, so here we go 
I’m also trying to troubleshoot with the hoster, no solution for the moment.
I’m on a shared hosted platform, and trying to use the selfhosted mail server, I guess we call it that.
I’m using version v5.6.0-C118, in production mode. My installation is under a subdomain (ninja.productionsxx.ca).
I’ve already checked the logs in storage > logs, but it’s empty besides a .gitignore file. Not sure if the loggin have to be turn on somewhere ?
I also don’t have any particular message in the activity or system tabs.
This is the configuration infos from my web hoster :
Paramètres SSL/TLS secured Settings (Recommended)
User Name : [email protected]
Password : use the password from your email account.
Server : node11-ca.n0c.com
Ports incoming : IMAP : 993 | POP3 : 995
Ports outgoing : SMTP : 465 / 587
And this is what I tried so far :
MAIL_MAILER=smtp
MAIL_HOST=localhost
MAIL_PORT=587
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
[email protected]
MAIL_FROM_NAME=“LES PRODUCTIONS XX”
MAIL_MAILER=smtp
MAIL_HOST=localhost
MAIL_PORT=587
MAIL_USERNAME=“[email protected]”
MAIL_PASSWORD=“*************”
MAIL_ENCRYPTION=tls
[email protected]
MAIL_FROM_NAME=“LES PRODUCTIONS XX”
MAIL_MAILER=smtp
MAIL_HOST=localhost
MAIL_PORT=465
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=ssl
[email protected]
MAIL_FROM_NAME=“LES PRODUCTIONS XX”
MAIL_MAILER=smtp
MAIL_HOST=localhost
MAIL_PORT=465
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=tls
[email protected]
MAIL_FROM_NAME=“LES PRODUCTIONS XX”
MAIL_MAILER=smtp
MAIL_HOST=localhost
MAIL_PORT=587
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=tls
[email protected]
MAIL_FROM_NAME=“LES PRODUCTIONS XX”
MAIL_MAILER=smtp
MAIL_HOST=node11-ca.n0c.com
MAIL_PORT=587
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=tls
[email protected]
MAIL_FROM_NAME=“LES PRODUCTIONS XX”
MAIL_MAILER=smtp
MAIL_HOST=node11-ca.n0c.com
MAIL_PORT=465
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=tls
[email protected]
MAIL_FROM_NAME=“LES PRODUCTIONS XX”
MAIL_MAILER=smtp
MAIL_HOST=node11-ca.n0c.com
MAIL_PORT=465
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=ssl
[email protected]
MAIL_FROM_NAME=“LES PRODUCTIONS XX”
and I’m running out of inspiration…
Update : on the Web Server Provider side, they say that they don’t see anyhing that should block the communication to the local mail server, and to check with the software developer.
Update : It’s a migration that I’ve done, besides the new configuration that I’m trying to do for the mail, everything else was looking ok, but I’ve just notice that the system doesn’t log new activity. If I create a new quote in my “old” instalation (v5.5.103), activity is showing that a new quote was created or modified. It doesn’t work on my new installation, and it doesn’t help for troubleshooting I guess… and maybe it’s part of the problem with the mails. Any idea ?
Update : I’ve changed the QUEUE_CONNECTION=database to QUEUE_CONNECTION=sync
and the activity is now showing correclty. What’s the diff between the two ?
Update : and the mails are now working. So, what should I do, leave it to sync, put it back to database ? Does it have something to do with the cron jobs ?
Update : Well, I had an error in the path of my Cron Jobs, fixed that. Put back the Queue to database, all seems good now…