19 lines
687 B
PHP
19 lines
687 B
PHP
|
<?php
|
||
|
|
||
|
// Add overrides for config.php into this file
|
||
|
|
||
|
// IMAP connection string as explained above
|
||
|
//$cfg['mail']['default_mailserver']= '{imap.gmail.com:993/imap/ssl}INBOX';
|
||
|
// The email address that sends the email
|
||
|
//$cfg['mail']['default_groupemail'] = 'support@ryzomcore.org';
|
||
|
// Name displayed as sender
|
||
|
//$cfg['mail']['default_groupname'] = 'Ryzom Core Support';
|
||
|
// Username of the account
|
||
|
//$cfg['mail']['default_username'] = 'support@ryzomcore.org';
|
||
|
// Password of the account
|
||
|
//$cfg['mail']['default_password'] = 'passw0rd';
|
||
|
// The host, being used when a mail is sent from a support group: support_groups_name@host
|
||
|
//$cfg['mail']['host'] = "ryzomcore.org";
|
||
|
|
||
|
/* end of file */
|