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
For existing accounts go into settings -> identities and change the email address. For new accounts make sure $rcmail_config['username_domain'] is set correctly.
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 !