Phaebz added a comment.

  FYI, with latest master I naïvely tried
  
    $wgEnableEmail = true;
    
    $wgSMTP = [
        'host'     => "some_host", // mail server host
        'IDHost'   => "some_sender", // domain name
        'port'     => 25,                 // SMTP port
        'auth'     => false,               // SMTP authentication?
        # 'username' => "my_user_name",     // Username for SMTP authentication
        # 'password' => "my_password"       // Password for SMTP authentication
    ];
  
  on a non-auth mail relay and that worked alright.

TASK DETAIL
  https://phabricator.wikimedia.org/T206517

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Phaebz
Cc: Phaebz, Addshore, Tarrow, Magnus, Aklapper, darthmon_wmde, Jelabra, 
DannyS712, Nandana, Imarlier, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Asahiko, mobrovac, Wikidata-bugs, aude, 
GWicke, jayvdb, Mbch331, jeremyb
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to