<div dir="ltr">Gents,<div><br></div><div>I've been looking thru the docs and also the laravel docs and am stumped.</div><div><br></div><div>I have installed a fresh version 4 on a vm. I can sign in and move around.  So far the only issue i have run into is with email such as welcome email/ etc.</div><div><br></div><div>I am seeing the error "<span style="background-color:rgb(242,222,222);color:rgb(185,74,72);font-family:"helvetica neue",helvetica,arial,sans-serif;font-size:14px">Due to a system error, we could not resend the welcome email to real email address"</span></div><div><br></div><div>Before I really started to break things -</div><div><br></div><div>our smtp host requires smtp auth</div><div>tried various setting in the config/mail.php and .env such as:</div><div><div># See config/mail.php</div><div>#MAIL_DRIVER=log</div><div>MAIL_HOST="<a href="http://mail.iosaz.net">mail.iosaz.net</a>"</div><div>MAIL_PORT=25</div><div>#MAIL_USERNAME="<a href="mailto:ixp@phoenix-ix.net">ixp@phoenix-ix.net</a>"</div><div>#MAIL_PASSWORD="dandsd4ggS"</div><div>MAIL_PRETEND=false</div></div><div><br></div><div>In the .env I did set debug to true and the only log I saw getting updated was the laravel log<br></div><div><div><br></div><div># set this to false in production:</div><div>APP_DEBUG=true</div></div><div><br></div><div><br></div><div><div>root@ixp-manager-v4:~# more   /srv/ixpmanager/storage/logs/laravel.log</div><div>Thu Feb  2 17:39:46 MST 2017</div><div>2017-02-03T00:40:26+00:00 DEBUG (7) [68.14.240.202]: Logger instantiated</div><div>2017-02-03T00:40:26+00:00 ALERT (1) [68.14.240.202]: Could not send welcome email for new user!</div></div><div><br></div><div>I can telnet to the mailserver port 25 / etc and can send mail with a base64 login / password</div><div><br></div><div>I haven't seen any traffic out to the smtp via wireshark other than the telnet sequences, so i know it isn;t a firewall issue.</div><div><br></div><div>Thanks- for any ideas</div><div>Paul</div></div>