PHP Form Mailer
Specifying an Email Address for the PHP Form Mailer
To use our PHP form-mailer, you must specify an email address where you want the contents of your form sent to.
What email or relay server should I use in my PHP code?
If you use the mail() function in your PHP, you do not need to specify an outgoing mail server.
Can I update my existing gdform.php code to use webformmailer.php?
Yes. By replacing your existing form tag with the code below, you can upgrade to webformmailer.php without any additional changes.
<form action=”/webformmailer.php” [...]
What is the difference between webformmailer.php and gdform.php?
Both gdform.php and webformmailer.php are form mailer scripts installed in the default scripts directory of your Linux shared hosting account. Webformmailer.php is a more recent script that provides additional functionality, including the ability to specify sort order, delivery schedule, and email format.
For more information, see Using PHP Form [...]
7 min expected wait time