Hi,
Step 1 is to decide whether or not you PEAR mailing support. You only need PEAR mailing if your server's PHP won't send mail for you.
I recommend you refer to the Sticky posts at the top of this forum which have some test scripts for testing your mail service.
If you can send mail with these test scripts, then you do not need PEAR mailing support - it means that the PHP "mail" function will work on your server. In this case, don't set the $PEAR... configs in FormMail. If you don't set them, then FormMail won't try and load the include files (not sure about PHP 5, though).
If they don't work, then you will need PEAR support.
But, since you have full control over your server, this won't be required. It's good that you do have full control, but, it does mean you need to understand more about your server.
In php.ini, there are settings for controlling mail sending on Windows boxes:
Code:
[mail function]
; For Win32 only.
SMTP = your-smtp-mailserver
; For Win32 only.
sendmail_from = your-email-address
You'll need to set these appropriately. Use our testmail scripts to test until you've got your settings correct.
Bookmarks