Get Kumi Systems in there somehow :D
This commit is contained in:
parent
d6a3396767
commit
17ae37346f
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ try {
|
|||
$mailer->Password = $MAIL_PASS;
|
||||
$mailer->SMTPSecure = ($MAIL_STARTTLS ? PHPMailer::ENCRYPTION_STARTTLS : ($MAIL_SMTPS ? PHPMailer::ENCRYPTION_SMTPS : false));
|
||||
$mailer->Port = ($MAIL_PORT ? $MAIL_PORT : ($MAIL_SMTPS ? 465 : 587));
|
||||
$mailer->XMailer = "Kumi Systems Mailer 0.1 (https://kumi.systems/)";
|
||||
|
||||
$mailer->setFrom(($MAIL_FROM_MAIL ? $MAIL_FROM_MAIL : $MAIL_USER), $MAIL_FROM_NAME);
|
||||
|
||||
|
|
Loading…
Reference in a new issue