I can't seem to email from my site.

If you are having problems sending email from your site, this is an easy script to help you verify that php's mail() function is working.

On your site create a new file called phpmail.php and copy in the following contents:

<?php
$email = $_GET['email'];
$subject = "test";
$message = "test";

mail($email, $subject, $test);
?>

Then go to www.yoursite.com/phpmail.php?email=you@email.com. Replace yoursite.com with your domain and you@email.com with any email address. You should receive an email at that address.

Buyhttp offer best hosting for Magento Hosting

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Why am I getting an unrouteable mail domain error?

The most likely cause for unrouteable email domain error is exceeding the hourly email sending...

What type of e-mail accounts does BuyHTTP offer?

We offer POP3 and IMAP e-mail accounts.Host your educational website with Buyhttp

What is my email login information?

You can access your email using IMAP or POP3 protocols. Your login is: username@domain.com...

How do I create an email account?

Check out our how-to-videos on how to use cPanel to create a new email account.Optimized...