Topic on Extension talk:ContactPage

E-mail address a part of the text

2
91.65.129.55 (talkcontribs)

How to make the e-mail address of the writer a part of the text

91.65.129.55 (talkcontribs)

Got a resolution for LocalSettings.php:

$wgHooks['EmailUser'][] = function ( &$address, &$from, &$subject, &$text, &$error ) {

...

 $text = $text . 'E-Mail-Adresse:: ' . $from->address;

  ...

};

Reply to "E-mail address a part of the text"