send e-mail

  • Thread starter Thread starter Sandy
  • Start date Start date
Hi Sandy,

Intrinsically FP does not support email attachment to send a file. You'll need to code to use CDOSYS or CDONTS in a ASP page.
 
In FrontPage, you can open the file and then choose Send
from the File menu. However, this sends *only* the one
file you selected. It doesn't send any pictures, style
sheets or other file that your page uses.

You can often get better results by:

1. Saving the file.
2. Publishing the file to your hosted Web server.
3. Using IE to browse the file on the hosted Web server.
4. Choosing File, Send, Page By Email...

However, even this won't always produce the results you
want. Mail readers simply can't do all the things a
browser can do.

To gain complete control when mailing a Web page, you have
to write an ASP or ASP.NET pages that does the job. If
you're ready for that step, browse:

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

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

Back
Top