[feature request] addon for emailing from DA

Icheb

Verified User
Joined
Sep 15, 2003
Messages
556
Location
The Netherlands
First thing DA support : Thank you for adding the possibility to mail from DA. I really like it :)

But I still do have a request, one of the two following would do :
* Make it possible to send HTML e-mails from DA
OR
* Make it possible for DA to output all e-mail addresses created by admin/reseller 'x'

That way I can keep all my users updated on everything.

(It's not a request with a ultra high priority, if you get to it within a month or two, it's fine by me)
 
Run
Code:
perl -ne 's/email=(.+)/print "$1\n"/e' /usr/local/directadmin/data/users/*/user.conf
That should give you a list of all the contact emails on your box.
 
Last edited:
Hello,

You *can* send html emails, just make sure to have

<html>

at the very top of the email as the first thing, then the appropriate headers are sent.

John
 
Back
Top