View Single Post
  #6 (permalink)  
Old Apr 18th, 2008, 17:25
dab42pat dab42pat is offline
SuperMember

SuperMember
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: > Please Help With Simple Php Contact Form!

You could try substituting this line

PHP: Select all

 ini_set("sendmail_from""enquiries@stleonardshouse.co.uk"); 

With this

PHP: Select all

ini_set("SMTP""yourSMTPserver.com"); 

Reply With Quote