In a .php file, use the following:
var $bbsetting_email_onadd=array(
array("to"=>"some@user.com","bcc"=>"","
array("to"=>"some_other_user@domain.com","bcc"=>"","from"=>"admin@domain.com","subject"=>"Subject Two","template"
);
or if you are editing within Admin->module settings, you can enter nested arrays as follows:
{to=admin@site.com,from=some@ domain.com,subject=Subject One for Admin Email,template=name_of_email_ template_for_admin,}
{to=user@site.com,from=some@ domain.com,subject=Subject Two for User Email ,template=name_of_email_ template_for_user,}
{to=user@site.com,from=some@
No comments:
Post a Comment