Re: Sending Email from AppleScript Without Garbling It
Re: Sending Email from AppleScript Without Garbling It
- Subject: Re: Sending Email from AppleScript Without Garbling It
- From: Paul Berkowitz <email@hidden>
- Date: Mon, 03 Jun 2002 21:00:48 -0700
On 6/3/02 8:27 PM, "Simon Kornblith (Mailing Lists)" <email@hidden>
wrote:
>
Is there any way to send a completely formed email message (all headers,
>
MIME encoded) with AppleScript? The script is supposed to be an Entourage
>
add-on, so I don't want to launch another client, but making a new message
>
and sending it out mangles the message (which is PGP/MIME encoded, and can't
>
have any types screwed up) beyond all recognition. Is there any way to send
>
this through a shell command? I got Perl to work, but unfortunately
>
launching the Perl interpreter as part of "do shell script" seems to crash
>
Entourage (so does "osascript") even with SR1.
>
>
IIRC Curl has a telnet, any idea on how to use it to pipe stdin to a host?
>
Telnet won't take pipes or redirection.
>
>
If possible, I'd like to do this all with as little additional payload as
>
possible (small or no additional apps).
>
>
This time I'll post from the right account so it doesn't look like I
>
double-posted.
Can you explain again why you can't send the message by scripting Entourage
(example please)? Everything, including encoding, should be scriptable
within Entourage.
--
Paul Berkowitz
_______________________________________________
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.