All Products 
Username / Customer#
Password
Log In
 Hi,  |  Log Out
  • Site Search
  • Domain Search
  • WHOIS Domain Check
24/7 Support: (480) 505-8877
Hablamos Español
9 AM to 9 PM IST
7 days a week
Go Daddy Support

Search help articles, forums, and discussion groups

Avatar Image

PHP Form Mailer

Specifying an Email Address for the PHP Form Mailer

Posted: 2-21-2013 in 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?

Posted: 6-18-2012 in PHP Form Mailer

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?

Posted: 11-14-2011 in PHP Form Mailer

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?

Posted: 11-14-2011 in PHP Form Mailer

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 [...]