Add an option to append the domain name to the From field
My server setup is such that users must login using only user names (no @domain.com) but then no domain name is added to their user name in the From field so their messages are sent. I have circumvented the problem by adding a line in libraries/MailSo/Smtp/SmtpClient.php but it would be much simpler if the addition of the domain name to the user name to form the From field was supported by an option in the system. If there is something in the optional field, append it to the user name in building the From field. Simple and elegant. That would be great!
In current version of WebMail Pro, you can setup mail login form so users won’t have to enter full email address when logging in:
https://afterlogic.com/docs/webmail-pro-8/configuring-webmail/configuring-mail-login-form
And in mail server settings, you can select whether your email server requires full email address as login, or just the username.