Login
Username

Password



Lost Password?

Register now!
Referer
No referer

Guests cannot post in this forum

You cannot start a new topic in this forum

Action
list-tree Tree order sort-down Newest first previous Previous topic next Next topic

なし Re: I can't confirm my email address

You  need "@myht.org" domain setting to GMail if use localhost SMTP.
$wgPasswordSender = "no-reply@myht.org";

You need set your contact address in Reply-To: email field.

Or other method. You can do full SMTP settings to outer service(SMTP).
see detail mediawiki document. (I don't know well)
--
Nobuhiro YASUTOMI (MySite Users Webmaster)

なし Re: I can't confirm my email address

In recent, get easy answer ask to AI.

Example google Bard answered follow to set LocalSettings.php.
(Asking Gmail SMTP to use)
[code]$wgSMTP = [
    'host' => 'smtp.gmail.com',
    'port' => 465,
    'username' => 'username@gmail.com',
    'password' => 'password',
    'auth' => true,
    'secure' => true,
    'tls' => true,
];
(The answer is more explain)

[/code]
--
Nobuhiro YASUTOMI (MySite Users Webmaster)

list-tree Tree order sort-down Newest first previous Previous topic next Next topic



Advanced search
© 2008 MySite Web Service