Author Topic: [SOLVED] Wrong email address  (Read 3915 times)

Offline Clèm

  • Jr. Member
  • **
  • Posts: 11
    • Ubuntu-Lyon
[SOLVED] Wrong email address
« on: June 07, 2012, 08:54:50 AM »
Hello,

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

Clèm
« Last Edit: June 15, 2012, 05:58:53 AM by Clèm »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Wrong email address
« Reply #1 on: June 08, 2012, 12:15:44 AM »
For existing accounts go into settings -> identities and change the email address. For new accounts make sure $rcmail_config['username_domain'] is set correctly.

Offline Clèm

  • Jr. Member
  • **
  • Posts: 11
    • Ubuntu-Lyon
Re: Wrong email address
« Reply #2 on: June 15, 2012, 05:58:28 AM »
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 !
« Last Edit: June 15, 2012, 06:05:31 AM by Clèm »