Re: Eudora: Generate html email
Re: Eudora: Generate html email
- Subject: Re: Eudora: Generate html email
- From: Doug McNutt <email@hidden>
- Date: Sun, 11 Aug 2002 17:41:16 -0600
At 22:07 -0700 8/8/02, David Crowe wrote:
>
using your own generated html code. What is the secret?
Here is a simple way to send the currently front Eudora window as an HTML message.
There should be no other messages queued for sending or they might be sent.
Don't poke the SEND button in the window.
There is no error checking! Caveat Usorum.
tell application "Eudora"
set saveit to setting 9014
set setting 9014 to "html"
queue message 0
connect with sending
set setting 9014 to saveit
end tell
I've been using it for at least a dozen messages so far using this stationery file:
<HTML>
<HEAD></HEAD>
<BODY>
<font size="5">
<P>
A message for a nearly blind friend who is not, shall we say, an expert.
</P>
<P>
Doug
</P>
</font>
</BODY>
</HTML>
The "Stuff for Pete's base" you see in html messages is placed there as Eudora receives an HTML message.
--
Applescript syntax is like English spelling:
Roughly, but not thoroughly, thought through.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.