PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Multiple email notifications with only single address in the "TO" field

  1. Hello,

    I want to send a notification to multiple addresses, however, when a user receives an email in the mailbox I want it to only specify their own email in the "To" field, rather than a list of all the emails the notification was send to.

    How is it achievable? I've tried setting 'to' key in the $notification in the gform_notification filter, but I don't seem to be able to loop there and only send notification to the first email.

    I would appreciate any help.

    Many thanks,
    Dasha

    Posted 10 years ago on Tuesday April 30, 2013 | Permalink
  2. David Peralty

    You would want to use BCC to do what you've mentioned, rather than To. You would still need to use the gform_notification filter to do this programatically.

    Posted 10 years ago on Tuesday April 30, 2013 | Permalink