Macko
Hardcor
- Joined
- Jan 12, 2009
- Messages
- 22
- Reaction score
- 1
Witam, mam problem z acc amkerem gęsiora, nie chce on wysyłać e-maili mimo poprawnej konfiguracji(?)
Proszę o pomoc.
PHP:
// E-MAIL config
$config['site']['send_emails'] = 1; // is acc. maker configured to send e-mails?
$config['site']['mail_address'] = "[email protected]"; // e-mail address
$config['site']['smtp_enabled'] = "1"; // send by smtp or mail function (set 0 if use mail function)
$config['site']['smtp_host'] = "smtp.gmail.com"; // address
$config['site']['smtp_port'] = 587; // port
$config['site']['smtp_auth'] = "1"; // need authorization? (set 0 if not need auth)
$config['site']['smtp_user'] = "login"; // login
$config['site']['smtp_pass'] = "hasło"; // password
Proszę o pomoc.