Re: Mail from AppleScript in OS X
Re: Mail from AppleScript in OS X
- Subject: Re: Mail from AppleScript in OS X
- From: John Montbriand <email@hidden>
- Date: Tue, 26 Feb 2002 18:25:12 -0800
oops, should have read that more carefully... I missed the part saying
'without using an email.' You could use the mail command line tool
something like this:
do shell script "echo \"hi\" | mail -s Hello email@hidden"
worked on my machine without any special configuration, though
'mail' is still an email program. Not sure if there's any scripting
libraries that will let you open a tcp stream do it all yourself...
John
At 5:20 PM -0800 2/26/02, John Montbriand wrote:
Hello,
We have a Q&A set up on the web that talks about doing this. You'll
find it, and a few others, at the address:
http://developer.apple.com/qa/indexes/ascr-a.html
Thank you for your interest,
John
At 4:31 PM -0800 2/26/02, Stockly, Ed wrote:
Is there a simple way to send an eMail directly from an
AppleScript in OS X without using an email program? We could do
this from OS 9 a couple of ways but they don't seem to work in OS X.
Anybody?
ES
_______________________________________________
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.
_______________________________________________
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.
_______________________________________________
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.