View Single Post
  #5 (permalink)  
Old 10-05-2008, 10:13 AM
curtiss's Avatar
curtiss curtiss is offline
Moderator
 
Join Date: May 2003
Posts: 1,468
I'm glad you were able to get it worked out.

For future reference, since it sounds like the form you're currently using just uses the standard PHP mail() function, you might want to look into PHPMimeMail anyway. It gives you a much more developer-friendly interface to manipulate the mail() function, including an easy way to use SMTP mail instead of sendmail, an easy way to add attachments and more.
__________________
I hate Internet Explorer! Anyone with me?
Reply With Quote