• Sales: 1-800-961-2888
  • Support: 1-800-961-4454

php mail functionality


Uncategorized

You can use the following code saved into a file with a .php extension to test PHP mail functionality:
<?
$headers = 'From: webmaster@example.com';
mail('nobody@example.com', 'Test email using PHP', 'This is a test email...
6 Comments
Filed in: Cloud Sites