Warehouse/improve2
This commit is contained in:
@@ -219,6 +219,7 @@ class WarehouseOrderController extends TTCrud {
|
||||
$mail->Password = TT_WAREHOUSE_ORDER_SMTP_PASS;
|
||||
$mail->SMTPSecure = PHPMailer\PHPMailer\PHPMailer::ENCRYPTION_STARTTLS;
|
||||
$mail->Port = 587;
|
||||
$mail->CharSet = "UTF-8";
|
||||
|
||||
// Recipients
|
||||
$mail->setFrom('einkauf@xinon.at', 'XINON Einkauf');
|
||||
|
||||
Reference in New Issue
Block a user