Topic on Project:Support desk

134.100.5.65 (talkcontribs)

Hey, my mediawiki doesn't send out emails.

In my logs I get the following error:

postfix/sendmail[15766]: fatal: Recipient addresses must be specified on the command line or via the -t option

Malyacko (talkcontribs)

Please tell us about your MediaWiki configuration.

134.100.5.65 (talkcontribs)

I use an email address that's working on the same server for an OpenProject installation

## UPO means: this is also a user preference option

$wgEnableEmail = true;

$wgEnableUserEmail = true; # UPO

$wgEmergencyContact = "working email address";

$wgPasswordSender = "working email address";

$wgEnotifUserTalk = false; # UPO

$wgEnotifWatchlist = true; # UPO

$wgEmailAuthentication = false;

Ciencia Al Poder (talkcontribs)
134.100.5.65 (talkcontribs)

That's all set.

sendmail_path = "/usr/sbin/sendmail -t -i"

mail.force_extra_parameters = "-f mediawiki@*** -fname MediaWiki"

Reply to "Emails won't be sent"