PDA

View Full Version : [feature request] addon for emailing from DA



Icheb
02-25-2004, 02:00 PM
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)

ProWebUK
02-25-2004, 03:17 PM
Moved to feature requests area

l0rdphi1
02-25-2004, 04:09 PM
Run
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.

DirectAdmin Support
02-26-2004, 09:52 AM
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

Icheb
02-26-2004, 10:04 AM
Ok, thank you.

Discovering even more features of DA every time :D