Has anyone tried to send mail to multiple recipients with PDFMachine?
I tried setting as autometed code:
#_ emailto
emailadd1@email.net _#
#_ emailto
emailadd2@email.net _#
but it sends the mail only to second address written. How can I manage to have the mail sent to all the addresses?
I don't want to use the cc option.
Comments
:-k :-k :-k
ex. #_ EmailTo mailAddress@mail.dk mailAddress@mail.dk _#.
It works for me.
I have another problem with the PdfMachine. I have definede the following in the report header:
#_ emailsubject a subject text _#
#_ Emailbody the body text _#
#_ EmailTo mailAddress@mail.dk mailAddress@mail.dk _#
It works fine when I dont set any filter via the request window. But when I do I get an error and the PdfMachine close. I have the same problem when I run the report from another report.