Sending ahtml web-page via e-mail

J

Jack McDonald

is there a command that allow me to send an html web-page via Entourage.

I have used the script for Explorer, but graphics and links do not work well

Thx
 
P

Paul Berkowitz

is there a command that allow me to send an html web-page via Entourage.

I have used the script for Explorer, but graphics and links do not work well

If you're in Office 2004 (you don't say) you can make up a page in Word,
then File/Send To --> Recipient As HTML.

If your HTML pages are more sophisticated HTML than Word can make, you need
a script. You say you used "the script" - which I imagine is my "Send
Complex HTML X" - designed not just for IE but also HTML files on your
computer. (You do need absolute, not relative, URLs.) But Rob Buckley has
released a much more "complex" revision of that script, which he has named
rather cumbersomely as "Send complex HTML with inline files 2004 0.2.1"
available here:

http://macscripter.net/scriptbuilders/category.php?search=send+complex

It's specifically designed for "arbitrary HTML files" without modifying
their code, and parses links to images, etc. I recommend it.

--
Paul Berkowitz
MVP MacOffice
Entourage FAQ Page: <http://www.entourage.mvps.org/faq/index.html>
AppleScripts for Entourage: <http://macscripter.net/scriptbuilders/>

Please "Reply To Newsgroup" to reply to this message. Emails will be
ignored.

PLEASE always state which version of Microsoft Office you are using -
**2004**, X or 2001. It's often impossible to answer your questions
otherwise.
 
D

Dave Wohlner

Hi Paul. We have used your "Send complex HTML" script in the past. Great
job! Thanks.

We are attempting to send multiple emails (500+) of a company newsletter
with unique subject lines in each email customized to the individual. Their
name will appear in the subject line. We are exporting the Subject, email
address and body copy (in HTML) from FileMaker Pro 6's SendMail function.

We have gotten it to work with limited success. Only Macintosh Entourage
clients can view the HTML. Windows email clients have not been able to view
the HTML mail.

Any suggestions how how to successfully send HTML from a Macintosh for
Windows clients?

Thanks.

Dave
 
Top