[Zope-CMF] DCWorkflow emailing review invites

seb bacon seb@jamkit.com
Thu, 28 Jun 2001 13:21:10 +0100


Geoff,

what's the error?

Are you adding addressees as a parameter at the top of the python
script?

You want context.MailHost, I think.

seb

* Geoff Benn <G.Benn@ftel.co.uk> [010628 12:41]:
> portal_skins/custom/content_status_modify_email :
> 
>      context.portal_workflow.doActionFor(
>          context,
>          workflow_action,
>          comment=comment,
>          addressees=addressees) # <<-- error with this

>      # host=context.MailHost
>      host = ? # need a hint here !