Forum OpenACS Development: Help with bulk-mail

Collapse
Posted by Jose Pablo Escobedo Del Cid on
Hi everyone,

I'm having problems with the bulk mail option inside a class. The problem is that when I send a spam, the "from address" of the sent mails is the email addres of the site owner, and it should be the email address of the user who sent the spam. The field "from address" stored in the bulk-mail tables is the email address of the sender (which is not the site owner). I tried to debug this process but it is a little bit complicated. I didn't find the proc that actually sends the email. I tried witch acs_mail_lite::send, but apparently it only queues the message in an acs-mail-lite table, and I don't see any other scheduled proc, does anyone knows how this works?

Thanks a lot for the help!

Regards, Jose