Sending E-mails to multipul contacts at one time...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am wanting to make an option in my web that would allow a site visitor to
send a message (automatically made into an email thru my site) to any number
of available contacts that can be selected via check boxes.

I can make a basic feedback form, but I can't figure this out. Any takers
with input for me to make this work? I would greatly appreciate any help.
 
The FP form processor (using the FP server ext) wasn't intended to do that
because its function is, depending on how it is configured, to send you (the
site owner) the email from the form, and only to one email address at the
same domain name i.e. (e-mail address removed) where your website is
www.yoursite.com, or when you have a subsite (for want of a better word) of
your ISP as in www.yourISP.com/~yoursite/ the email must be (e-mail address removed)

I assume your idea is to have your contact form and so the user can choose
for example "Human Resources" or "Company CEO" or "Administration Officer"
etc by choosing the item from the dropdown box.
Third party scripts allow you to specify either 1) the destination email in
the script (so it sends a CC or BCC to whom you specify) or to 2) allow you
to choose it from a drop down list, but using method (2) would open up the
addresses to spam bots, since they are visible in a web page (in the drop
down list in your form) unless it is somehow coded so the drop down is
populated from a database (which is another issue entirely).

Hope this is of some help anyway.
 
Back
Top