Many thanks FreePGS...
Click here for Toll-Free Service for your business starting at $2.00 per month
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu<?php
$to = "fred@tosomewhere.com";
$from = "admin@somewhereelse.com";
$subject = "test email";
$body = "test body";
$headers = "From:" . $from . "\r\n";
mail($to, $subject, $body, $headers);
echo("finished");
?>
Quote from: admin on January 12, 2006, 03:24:42 AM
Please provide your domain name or more information via the Contact Form.
Thank you,
FreePgs.com AdminQuote from: opmail on January 11, 2006, 10:08:14 PM
I am having the same problem...
Mailserver set to mail.mydomain.com but get the following error in Thunderbird:
"An error occurred with the POP3 mail server. Mail server mail.mydomain.com responded:"
I Cannot get into webmail.mydomain.com either...
Is anyone able to help with this...? Administrators???