Changing Welcome Emails

exquisihost

New member
Joined
Jun 10, 2005
Messages
2
Location
Baltimore, MD
Hi,

Just wondering where I would go to customize the welcome emails that are sent to my end-users when they sign-up for a hosting account.

I realize that there is an option that allows customization of a message, but is there there anyway to change just a little part?

For example, here is the welcome message that is sent to users


**************************************************
Thank you for choosing our service to meet your web hosting needs.
**************************************************

Is there a way to put my company-name in there?

Thanks,

Exquisihost
 
What would be the difference between putting your company name in there and customizing the welcome email?

I don't understand the difference.

Jeff
 
/usr/local/directadmin/data/users/yourUsername/u_welcome.txt
 
Probably.

But you can't just dump in html. You'll have to edit the file through a root shell account, and make sure you include the correct MIME headers.

While you're at it, don't forget to include plaintext as well, or else a lot of people who don't read html email (including me) won't see your email at all; they'll just see a blank screen.

Jeff
 
jlasman said:
Probably.

But you can't just dump in html. You'll have to edit the file through a root shell account, and make sure you include the correct MIME headers.

While you're at it, don't forget to include plaintext as well, or else a lot of people who don't read html email (including me) won't see your email at all; they'll just see a blank screen.

Jeff

Thanks for the answer.

Which file do i have to edit for it because u_welcome.txt is just the content.

Can i also change the default sender ?
Because at this time the new users receive mails from:
[email protected]
we want to change it to [email protected]
Thanks in advance.
 
I haven't played with it so I'm not sure.

Does anyone have the time to create an html email in the u_welcome.txt file to see how it works?

Does anyone have the time to play with headers?

Can DA staff give us any info?

Thanks.

Jeff
 
Hello,

I setup anything that sends email in DA to be able to handle html if you simply add <html> to the very top of the file. When the emailer see's that, it sends the appropriate html headers in the email, so you can dump all the html you want after that ;)

jkrachter: DA get's the sender by checking the email address set for that User. In your case it looks like the admin user, so you'd just modify admin's User account and change the email address to whatever you'd like ;) (you can change the name too)

John
 
DirectAdmin Support said:
Hello,

I setup anything that sends email in DA to be able to handle html if you simply add <html> to the very top of the file. When the emailer see's that, it sends the appropriate html headers in the email, so you can dump all the html you want after that ;)

jkrachter: DA get's the sender by checking the email address set for that User. In your case it looks like the admin user, so you'd just modify admin's User account and change the email address to whatever you'd like ;) (you can change the name too)

John

it is all working now, GREAT!
thanks very very much for your help.
 
Can someone also explain how to change the Subject of the mail that is send out ?

I just changed the entire e-mail in Dutch but the subject is still in English.

Thanx in advance
 
Hello,

You do it right when you create the User.

Reseller Level -> Create User -> Edit User Message.

A new window should pop up. Change the subject as needed, and the message as needed. Click Save. This will stick for future Users as well.

John
 
Back
Top