Message System email from name

jeff_j

Verified User
Joined
Feb 5, 2004
Messages
6
Is there a way to set the name for the "From:" field when for the automated email send by the Message System?
 
I believe the message system uses the "user name" (not the username; they're different) set up by the reseller level when the account is created.

Jeff
 
All the emails from the ticketing system show up as coming from "Message System". I've found the template file for the message body (message_user.txt) but I can't find any templates or configs where it's getting "Message System".
 
Hello,

In your directadmin.conf, add:

msg_sys=whatever you want

to replace "Message System".
Restart DA.

John
 
Hi,

I have also a question:

# locate message_user.txt
gives me 2 files:

/usr/data/templates/message_user.txt
/usr/local/directadmin/data/templates/message_user.tx

witch one I must use to edit this message?
 
Hello,

/usr/data/templates/message_user.txt

isn't anything related to DA.. possibly a backup made by someone.

So this one would be the one:
/usr/local/directadmin/data/templates/message_user.txt

Don't forget to copy it to:
/usr/local/directadmin/data/templates/custom/message_user.txt
first, so that DA updates don't affect it.

John
 
Back
Top