multiple email recipients - form results

  • Thread starter Bruce Cortis Boulder Public Health
  • Start date
B

Bruce Cortis Boulder Public Health

Having trouble adding multiple email recipients for form
results; I've tried to add multiple email addresses
seperated by commas and semi-colons; also tried to add
the same directly to the HTML.

Not really familiar about MS form bots. Thanks for
suggestions.
 
J

Jim Buyens

The easiest way is to set up a mailing list on your mail
server, and then configure your Web page so it sends to
that list.

Another approach is to chain together multiple forms
pages, one per recipient. This is kind of messy, but you
can find instructions at:

Microsoft Knowledge Base Article - 205756
HOW TO: Submit Form Results to Multiple Files or Email
Recipients in FrontPage 2000
http://support.microsoft.com/default.aspx?scid=kb;en-
us;205756

Another approach is to write your own ASP of ASP.NET code.
For guidance on doing this in ASP, refer to:

Mailing Form Data
http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=46

Yet another approach is to use a third-party mail program.
Your host probably supplies one of these. Look around the
host's support pages for documentation.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top