View Single Post
  #2 (permalink)  
Old 15-04-2008, 02:37
Rock Rock is offline
System Administrator
 
Join Date: Dec 2006
Location: localhost
Posts: 633
Thumbs up

David,
Looking at the httpdocs, I think you are hosted on a Plesk control panel server, ie: windows shared server, I've moved the thread across to the right place
Being on Windows, there's no need of using the sendmail function, but you can use certain .cgi or .pl scripts to send emails through PHP, or best way use the PHP's inbuilt mail(). What you'd need to do is to upload the .cgi or .pl files into the cgi-bin folder parallel to httpdocs & call them from your PHP scripts.
A sample script is copied into your website hosting: http://xxxx/php-mail-test.php please change the 'from' & 'to' address within it to yours.
You'd find few useful ones HERE & HERE. Let me know if you need any further info..
__________________

Rock _a.k.a._ Jack L.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
||
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote