3 // Add overrides for config.php into this file
5 // IMAP connection string as explained above
6 //$cfg['mail']['default_mailserver']= '{imap.gmail.com:993/imap/ssl}INBOX';
7 // The email address that sends the email
8 //$cfg['mail']['default_groupemail'] = 'support@ryzomcore.org';
9 // Name displayed as sender
10 //$cfg['mail']['default_groupname'] = 'Ryzom Core Support';
11 // Username of the account
12 //$cfg['mail']['default_username'] = 'support@ryzomcore.org';
13 // Password of the account
14 //$cfg['mail']['default_password'] = 'passw0rd';
15 // The host, being used when a mail is sent from a support group: support_groups_name@host
16 //$cfg['mail']['host'] = "ryzomcore.org";