mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Stripe comments
This commit is contained in:
@@ -501,7 +501,7 @@ function sendSingleEmail($config_smtp_host, $config_smtp_username, $config_smtp_
|
||||
|
||||
try{
|
||||
// Mail Server Settings
|
||||
$mail->CharSet = "UTF-8";
|
||||
$mail->CharSet = "UTF-8"; // Specify UTF-8 charset to ensure symbols ($/£) load correctly
|
||||
$mail->SMTPDebug = 0; // No Debugging
|
||||
$mail->isSMTP(); // Set mailer to use SMTP
|
||||
$mail->Host = $config_smtp_host; // Specify SMTP server
|
||||
|
||||
Reference in New Issue
Block a user