Developer forum

Forum » Feature requests » Email settings allowing to use SSL/TLS

Email settings allowing to use SSL/TLS

Adrian Ursu
Reply

Most of our customers have account on google mail or exchange.

Most of them use SSL or TLS authentication for the emails which is not supported by DW ot of the box and we have to do a lot of workaround for that.

Will you please include this as a standard functionality in the upcoming versions?

Thanks,

Adrian


Replies

 
Asger Munkholm Højfeldt
Reply

Hi Adrian,

Just to be clear - are you talking about the SMTP setup on the solution which needs the SSL/TLS? 

//Asger

 
Adrian Ursu
Reply

Hi Asger,

Yes. For sending regular email like notification on new order placed.

 
Asger Munkholm Højfeldt
Reply

Ok - SSL option is added in 8.5

//Asger

 
Adrian Ursu
Reply

Thanks,

We have managed to workaround it by modifying the webconfig:

    <system.net>
        <mailSettings>
            <smtp>
                <network enableSsl="true" />
            </smtp>
        </mailSettings>
    </system.net>

You also have to check option Do not use SMTP pickup directory.

For Gmail it only works with port 587.

It also affects all websites hosted on the solution.

Maybe you should consider a separation of email accounts for Multiple Shops scenarios

Thanks,

Adrian