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?