Home
The Toolkit for Online Communities
15898 Community Members, 0 members online, 2279 visitors today
Log In Register

Forum OpenACS Q&A: Re: Instructions on how to send emails from your package

OpenACS Home : Forums : OpenACS Q&A : Re: Instructions on how to send emails from your package : One Message

+
Posted by Randy O'Meara on
Nima,

Try adding the following just above the definition of acs_mail_body__new in file acs-mail/sql/postgresql/acs-mail-packages-create.sql

select define_function_args('acs_mail_body__new','body_id,body_reply_to,body_from,body_date,header_message_id,header_reply_to,header_subject,header_from,header_to,content_item_id,object_type,creation_date,creation_user,creation_ip,context_id');