• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Acc maker wysylanie e-mail

korzonn

New Member
Joined
Oct 15, 2008
Messages
16
Reaction score
0
Witam kozystam z accmakera UNNAMED acc. maker 0.3.2 beta for TFS chciałbym się zapytać jak poprawnie skonfigurowac strone aby wysylala emaile z rejestracja. Juz siedze nad tym 2 dzien i nie potrafie tego rozgryźć.
 
boze config/config.php
41 linijka
PHP:
// E-MAIL config
$config['site']['send_emails'] = 0; // is acc. maker configured to send e-mails?
$config['site']['mail_address'] = "[email protected]"; // e-mail address
$config['site']['smtp_enabled'] = "yes"; // send by smtp or mail function (set 0 if use mail function)
$config['site']['smtp_host'] = "smtp.poczta.onet.pl"; // address
$config['site']['smtp_port'] = 25; // port
$config['site']['smtp_auth'] = "yes"; // need authorization? (set 0 if not need auth)
$config['site']['smtp_user'] = "[email protected]"; // login
$config['site']['smtp_pass'] = "secretpassword"; // password
 
Back
Top