Manual:$wgNoReplyAddress
From MediaWiki.org
| Email settings: $wgNoReplyAddress | |
|---|---|
| Dummy address which should be accepted during mail send action. |
|
| Introduced in version: | 1.5.0 |
| Removed in version: | still in use |
| Allowed Values: | (string) |
| Default Value: | 'reply@not.possible' |
Other settings: Alphabetical | By Function
[edit] Details
Dummy address which should be accepted during mail send action. It might be necessary to adapt the address or to set it equal to the $wgEmergencyContact address, e.g.
$wgNoReplyAddress = $wgEmergencyContact;

