Page 1 of 1

ContactForm: multiple "to" addresses possible?

Posted: Tue Nov 20, 2007 3:20 pm
by Don Chambers
I'm not really sure how email is handled on the server side, but would it be possible for the contact form to send to more than one email address? Possibly separating the multiple email addresses with a semi-colon or comma?

Re: ContactForm: multiple "to" addresses possible?

Posted: Tue Nov 20, 2007 4:09 pm
by garvinhicking
Hi!

Exactly, comma separation should usually work. Most email servers support that.

Regards,
Garvin

Posted: Tue Nov 20, 2007 4:23 pm
by d_cee
Or alternatively you could set up a mail group and then just post to the group address

Dave

Posted: Tue Nov 20, 2007 4:31 pm
by Don Chambers
A semi-colon between addresses crashed the mail server, but a comma worked just fine. This will help a lot with one version I use of the contact form as an event registration form! Thanks!