You are here
Rafael Santoni - Fri, 2010/07/16 - 21:24
Can I change PHP to use something other than Postfix for email delivery?
Correct me if I am wrong, I thought that out of the box Drupal can use PHP mailing functions without having to piggyback from an MTA.
If that is possible, where can I change that?
Thank you,
Rafael
Forum:
Configure PHP to point to a different mail server
Luckily, you can configure PHP to use a different mail server than the local postfix running by default. You'll need to edit the mail configuration in /etc/php5/apache2/php.ini. You might also be able to do that via Webmin as well.
Another alternative would be to configure Postfix to relay e-mails to another e-mail server (e.g., your ISP's). Google 'postfix relayhost'.
Add new comment