A begginers question about information collection

A begginers question about information collection

Thursday 06 September 2007 5:30:04 am - 1 reply

Author Message

Vidar Langseid

Friday 07 September 2007 5:12:09 am

A good start when having such problems is usually to check email server's log and see if if emails is send to invalid/wrong email addresses

By default receiver of information collection emails is set in site.ini:
[InformationCollectionSettings]
EmailReceiver=...

or
[MailSettings]
AdminEmail=...

Sender of email is set in site.ini:
[MailSettings]
EmailSender=...

However, it is also possible to override the receiver address in the email template by setting the email_receiver variable
see design/standard/templates/content/collectedinfomail/form.tpl or extension/ezwebin/design/ezwebin/templates/content/collectedinfomail/form.tpl for examples

so to answer your last question in short:
> Is it being affected by the template that I've created?
That could be. If the previous template did set the email_receiver variable, while your new one don't

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.