Adobe Air Adobe Flash CS4 Flex Flash Builder Flash Catalyst

Contact me at : hello[at]gauravjassal[dot]com

Webdevelopment Blog



Sending email using PHP on IIS server
October 31,2009 at 5:16 pm | PHP | No Coments

Recently I had to deploy two of my PHP projects to a IIS (Internet Information Service) on windows. Everything was working fine but one issue gave me a headache. And the issue was that php was not delivering emails. I did some research work and found that on windows we have to set sendmail_from address before sending email.

Just simply add this line before sending email.

ini_set("sendmail_from", "fromname@domain.com");

Leave a Reply

Recent Blog Entry

Previously i posted a very useful class to categorize multi-dimensional array. I wrote another one that is just an alternative for array_unique function.


Read More

This extension notifies you with latest London underground tube updates. You can click on the browser button and check the status of any tube line.By default the extension updates the status in every 5 mins.


Read More

In the second example I am going to use Standard PHP Library (SPL) to notify all attendees about the party location change. SPL has 2 interfaces and a Class for Observer.


Read More

Featured Projects

My Blog

© 2008 Gaurav Jassal