Remove code that was commented out
This commit is contained in:
@@ -285,9 +285,6 @@
|
|||||||
unset($parameters);
|
unset($parameters);
|
||||||
}
|
}
|
||||||
|
|
||||||
//save output to a buffer
|
|
||||||
// ob_start();
|
|
||||||
|
|
||||||
//send the email
|
//send the email
|
||||||
$email = new email;
|
$email = new email;
|
||||||
$email->domain_uuid = $domain_uuid;
|
$email->domain_uuid = $domain_uuid;
|
||||||
@@ -303,9 +300,6 @@
|
|||||||
$email_error = $email->error;
|
$email_error = $email->error;
|
||||||
$email_response = $email->response;
|
$email_response = $email->response;
|
||||||
|
|
||||||
//get the output buffer
|
|
||||||
// //$email_response = ob_get_clean();
|
|
||||||
|
|
||||||
//send the email
|
//send the email
|
||||||
if ($email_status) {
|
if ($email_status) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user