Posted by Brian
2016-06-10

Tom -

Thanks for your comment below. As a follow-up question then, what port does the email sent out through? I can create a tunnel to my SMTP host, but, that doesn't seem to be working and i am wondering if that is because of the port.

Please let me know when you have a chance - also - how would i change that if necessary.
Posted by Tom
2016-06-11

>what port does the email sent out through?

It uses the value specified by smtp_port in php.ini file. You can override it by adding the following line to config/config.email.noify_follow_up.php.
Port=999
The above example sets the port to 999.