Roundcube Community Forum

 

[SOLVED] Wrong email address

Started by Clèm, June 07, 2012, 08:54:50 AM

Previous topic - Next topic

Clèm

Hello,

The domain name of my email server is mail.forumanalogue.fr, but, the address are [email protected]. When a email is sent via roundcube, it appears as [email protected]. I don't know how to change that.

Clèm

SKaero

For existing accounts go into settings -> identities and change the email address. For new accounts make sure $rcmail_config['username_domain'] is set correctly.

Clèm

#2
I forgot to enable the notification :/

I tried to set $rcmail_config['username_domain'] but it change only the login field. Instead, I set up the $rcmail_config['mail_domain'] and it works fine now.

For the existing account, I just sent sql requests to change the field email of the identities table.

Thank you, SKaero !