mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Stripe - tidy
This commit is contained in:
@@ -532,9 +532,9 @@ function sendSingleEmail($config_smtp_host, $config_smtp_username, $config_smtp_
|
||||
}
|
||||
|
||||
catch(Exception $e) {
|
||||
// If we couldn't send the message return the error, so we can log it
|
||||
// If we couldn't send the message return the error, so we can log it in the database (truncated)
|
||||
error_log("ITFlow - Failed to send email: " . $mail->ErrorInfo);
|
||||
return substr("Mailer Error: $mail->ErrorInfo",0,150)."...";
|
||||
return substr("Mailer Error: $mail->ErrorInfo", 0, 150)."...";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user