I don’t know if this should go into Ubuntu or SO, so if the closure police arrive…I apologise. Anyho,
How can I setup php to send mail on ubuntu? I’m using pear_mime and only have a meagre googlemail account.
sendmail_from has no value.
sendmail_path is /usr/sbin/sendmail (-t -i)
SMTP is localhost and stmp_post is 25
Happy Holidays.
If you use the Mail and Net_SMTP packages in PEAR, you can use the solution here:
http://globalconstant.scnay.com/2009/11/06/sending-email-through-gmail-using-php/
That’s how I got it to work with Gmail.