Richard G
Verified User
At this moment, on account creation, Directadmin is sending mails to customers including the linux accountname.
Like:
From: user1 <[email protected]>
so the correct from email address is used, but in mail clients like Outlook, the linux accountname (in this case user1) is visible, which gives a strange impression to the user.
I've talked about this here:
https://forum.directadmin.com/showthread.php?t=58168
and this is an example on how messages on account creation are being send:
Looks to me, it would be more professional (and less confusing to users) when the linux accountname is not used but only the email address.
This is only happening when creating an account manually.
When creating via API, my company name is used. When Softaculous for example is used, my company name is used too instead of the linux accountname. This can be set up.
It would be nice if in Directadmin too a name to be used could be configured, for admins as well as for resellers.
Like:
From: user1 <[email protected]>
so the correct from email address is used, but in mail clients like Outlook, the linux accountname (in this case user1) is visible, which gives a strange impression to the user.
I've talked about this here:
https://forum.directadmin.com/showthread.php?t=58168
and this is an example on how messages on account creation are being send:
Code:
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from server.servername.nl
by server.servername.nl with LMTP
id wP8lHyJTIl1oDQAAHpO1Kg
(envelope-from <[email protected]>)
for <[email protected]>; Sun, 07 Jul 2019 22:16:34 +0200
Return-path: <[email protected]>
Envelope-to: [email protected]
Delivery-date: Sun, 07 Jul 2019 22:16:34 +0200
Received: from diradmin by server.servername.nl with local (Exim 4.92)
(envelope-from <[email protected]>)
id 1hkDaM-0001jm-6A
for [email protected]; Sun, 07 Jul 2019 22:16:34 +0200
To: [email protected]
From: accountname <[email protected]>
Sender: accountname <[email protected]>
Reply-To: accountname <[email protected]>
X-DirectAdmin-Sender: accountname
Looks to me, it would be more professional (and less confusing to users) when the linux accountname is not used but only the email address.
This is only happening when creating an account manually.
When creating via API, my company name is used. When Softaculous for example is used, my company name is used too instead of the linux accountname. This can be set up.
It would be nice if in Directadmin too a name to be used could be configured, for admins as well as for resellers.