Title: Re: Applescript send now
on 12/9/04 11:00 PM, Paul Berkowitz at [EMAIL PROTECTED] wrote:
> First of all, why are you making a draft window? Why don't you make a message
> and send that. And, yes, you can't delete a draft window - but you can close
> it saving no, which would do what you wanted. But don't make it as a window,
> make it as a message:
Only cause I do not know any better :-)
>
> set MyMessage to make new outgoing message with properties ¬
> {recipient:"[EMAIL PROTECTED]", subject:"admin", content:theBody}
> -- send it
> send MyMessage
Ok, I tried this, a message is put in the outbox, I can see that, but the
send MyMessage
Part is not actually doing anything, or at least not that I can tell, which means that the email is not sent right away.
I think it has something to do with a alert that pops up that tells me a script is trying to send a message. I need to bypass this, or I sure would like to. I can see it being a security problem to bypass this, so it may not be a option.
I can go back to forwarding the message, but that messes up the syntax of the email I need to send.
Suggestions?
--
-------------------------------------------------------------
Scott Haneda Tel: 415.898.2602
<http://www.newgeo.com> Fax: 313.557.5052
<[EMAIL PROTECTED]> Novato, CA U.S.A.
- Re: Applescript send now Scott Haneda
- Re: Applescript send now Paul Berkowitz
- Re: Applescript send now Scott Haneda
- Re: Applescript send now Paul Berkowitz
- Re: Applescript send now Scott Haneda
