When I send email from Roudncube, the recipient gets the message but the from to: address shows it's from "
[email protected]" rather than "
[email protected]".
I was wondering how I can resolve this problem.
Quote from: rosali;19057Check the identity values.
I'm not sure what that means but I changed the following in main.inc.php
// This domain will be used to form e-mail addresses of new users
// Specify an array with 'host' => 'domain' values to support multiple hosts
$rcmail_config['mail_domain'] = 'foo.com';
This set any new webmail users address to "
[email protected]" rather than "
[email protected]".
Now my problem is all 200 users that logged into webmail before I made this change have their data in MySQL as @mail.foo.com rather than @foo.com.
How can I resolve this problem?