PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
The SMTP debugging output is shown below:
Could not instantiate mail function.
slyhands wrote:I attempted to send an email through the php mail function (through the recommended plugin) and I see the following error is thrown:The SMTP debugging output is shown below:
Could not instantiate mail function.
<?
$to = 'XXXXXXXXXXXXXXXXX';
$subject = 'Launch Successful';
$message = "
========================================================================
PAGE CALLED SUCCESSFULLY!
========================================================================
Details
-----------------------------------------
USER ID PASSED: " . $user_id = $_GET["user_id"] . "
";
$headers = 'From: no-reply@doingmypart.com' . "\r\n" .
'Reply-To: no-reply@doingmypart.com' . "\r\n" .
'X-Mailer: PHP/' . phpversion();
mail($to, $subject, $message, $headers);
?>
7 => 'User exists. Handling `payment` for Subscription via ( `subscr-signup-as-subscr-payment` ).',
Users browsing this forum: Google [Bot] and 2 guests