Commit 4e27f881 authored by Simon's avatar Simon

mailer hotfix

parent 9ec0f089
......@@ -689,7 +689,7 @@ add_action( 'rest_api_init', function () {
function setup_mailer( PHPMailer $phpmailer ) {
function setup_mailer( PHPMailer\PHPMailer\PHPMailer $phpmailer ) {
$phpmailer->Host = 'smtp.office365.com';
$phpmailer->Port = 587; // could be different
$phpmailer->Username = 'no-reply@biuro.lt'; // if required
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment