Results 1 to 1 of 1
Hey,
I'm trying to run the sample php mail script, but I didn't receive mail in my gmail.
Though I installed send mail from synaptic package manager and extracted files ...
- 05-21-2010 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 80
PHP mail- sendmail_path
Hey,
I'm trying to run the sample php mail script, but I didn't receive mail in my gmail.
Though I installed send mail from synaptic package manager and extracted files to /var/www and uncommented the sendmail_path in php.ini as below:
sudo nano /etc/php5/apache2/php.ini
sendmail_path = /usr/sbin/sendmail -t -i
Can anybody help me to make this mail thing work?


Reply With Quote