This forum is no longer active. Please post your questions to our new community site

Forums LAMPStack

php mail configuration

Subscribe to php mail configuration 2 post(s), 2 voice(s)

 
Avatar sjmohan 8 post(s)

how do I configure php to send mail. I have a Drupal (not the bitnami stack) running on the LAMPstack and it wont send mail. Complains the site wont allow me to do so. Eliminated any issues at ISP end.

Is there anything that I can check/modify at the Bitnami stack / php mail settings end?

- Sandeep

 
Avatar victoria Administrator 134 post(s)

Hi,

You just need to configure the email settings in the /php/etc/php.ini file and restart LAMPStack executing /ctlscript.sh restart. I just tested it and it should work. Please find below some references that can help you.

http://drupal.org/node/404190
http://es.php.net/manual/en/mail.setup.php

Cheers,

Victoria.

Forums LAMPStack