Hello!
I create users in my wiki manually and specify a correct email adressess.
New user first time logging to my wiki can see its first notice "Welcome to mywiki, newuser! We're glad you're here."
How can i sent this Welcome message or any other greetings message to the users mail automaticall after create accounts?
My wiki can sent messages to another users, its work with test mail from one user to other
Here are some other settings that may be needed:
$wgEnableEmail = true;
$wgEnableUserEmail = true; # UPO
$wgEmailAuthentication = false;