You are not logged in.
Hello everyone, could you please guide me how to configure BigTreeCMS to send email (example: forgot-password email,..) by using my smtp account?
I'm planning to create a module that let administrator can configure smtp parameter from Admin's module page. Please tell me if there a module with same functionality existed.
Thanks,
TamTT
Offline
The easiest way to handle this is to configure the mail settings in php.ini to send via SMTP: http://www.php.net/manual/en/mail.configuration.php
If you don't have access to that then you'll need to replace the htmlMimeMail class with one that supports socket based SMTP.
Offline