Forum OpenACS Q&A: Re: email problem

Collapse
5: Re: email problem (response to 1)
Posted by Claudio Pasolini on
Hi Benjamin,

I tried your acs-mail-lite on oacs-5-9 but I get this error:

can't read "message_id": no such variable
while executing
"acs_mail_lite::unique_id_create -message_id $message_id -package_id $package_id -party_id $rcpt_id"
(procedure "::nsf::procs::acs_mail_lite::send_immediately" line 34)
invoked from within
"acs_mail_lite::send_immediately -to_addr $to_addr -cc_addr $cc_addr -bcc_addr $bcc_addr -from_addr $from_addr -reply_to $reply_to -subject $subj..."

Where should message_id come from?

Claudio