Revision 568
Added by doc almost 18 years ago
| save.php | ||
|---|---|---|
| 440 | 440 |
." ('captcha_verification', 'true'),"
|
| 441 | 441 |
." ('frontend_login', 'false'),"
|
| 442 | 442 |
." ('frontend_signup', 'false'),"
|
| 443 |
." ('server_email', '$admin_email'),"
|
|
| 444 | 443 |
." ('search', 'public'),"
|
| 445 | 444 |
." ('page_extension', '.php'),"
|
| 446 | 445 |
." ('page_spacer', '-'),"
|
| ... | ... | |
| 450 | 449 |
." ('string_file_mode', '$file_mode'),"
|
| 451 | 450 |
." ('string_dir_mode', '$dir_mode'),"
|
| 452 | 451 |
." ('wbmailer_routine', 'phpmail'),"
|
| 452 |
." ('server_email', 'admin@yourdomain.com')," // avoid that mail provider (e.g. mail.com) reject mails like yourname@mail.com
|
|
| 453 |
." ('wbmailer_default_sendername', 'WB Mailer'),"
|
|
| 453 | 454 |
." ('wbmailer_smtp_host', ''),"
|
| 454 | 455 |
." ('wbmailer_smtp_auth', ''),"
|
| 455 | 456 |
." ('wbmailer_smtp_username', ''),"
|
Also available in: Unified diff
Added support to configure the mailer settings via the backend