WebControl email through Google email server

CAI_Support

Senior Member
We have a customer reported that he was able to send WebControl email to his GMAIL account by configuring his router/filrewall properly.

His wifi router is E3000 running DD-WRT firmware. He added stunnel module to his DD-WRT firmware. In the stunnel configuraiton, he did following to the stunnel configuraiton file:

; Use it for client mode
client = yes

[smtp]
accept=25
connect=smtp.gmail.com:465


If anyone using a different router and being able to configure stunnel working correctly, please report to this thread with your configuration. Thanks.
 
Back
Top