Forum OpenACS Q&A: Learning Bulk Mail

Collapse
Posted by Elsy De Leon on
Please, I need some help. I'm studying bulk mail package, I already installed it, when I get into it, it only displays a page which I can't interact with, I mean, there isn't an admin page or something like.

If someone could help me, telling me how this package works or where can I find any documentation about it.

(What I need is to send a mail to specific lists of mails)

Thanks in advance.

Collapse
2: Re: Learning Bulk Mail (response to 1)
Posted by Anny Flores on
Hi Elsy,

I've used bulk mail from another packages, this by using some of the bulk mail procs like:

[bulk_mail::new \
-from_addr $user_info(email)\
-send_date $send_date\
-date_format "YYYY MM DD HH24 MI SS" \
-subject "$subject" \
-message $message \
-query $query]

to send an email like you want, you could search on https://openacs.org/api-doc/ to find more specific info about how to use those procs.

In the UI of the package will appear all the messages that has been created.