ZhangHuangbin wrote:
You need to tweak your SQL query to return the SQL columns/values you want. I'm not sure what i can help.
To help with SQL. How the columns should look like.
Currently my SQL is:
CREATE VIEW sogo.users (c_uid, c_name, c_password, c_cn, mail, domain) AS SELECT username, username, password, name, username, domain FROM vmail.mailbox WHERE enablesogo=1 AND active=1;
Please advise which column names and values I should create/adjust in order to see multiple aliases selection (sender) in new message