Re: mail
Re: mail
Hi Michelle,
I am looking for a 'command line' solution not an client app solution.
But nevertheless thanks for your feedback
/J
I wanted to use sendmail instead of mail since I can not find how to force the "From Sender" in mail.
tell
application "Mail"
activate
make
new
outgoing message
with properties
{
sender
:"email@hidden",
visible
:
true
} --add whatever other properties you want/need
end
tell
-- Michelle
--
"Too soon we cross the finish line. Too late we realize the fun was in the running."
- - Pogo
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
References: | |
| >Re: mail (From: Michelle Steiner <email@hidden>) |