Got it working with my scrappy Applescript :)
tell application "Safari"
set theURL to (URL of current tab of window 1)
set theTitle to (name of current tab of window 1)
end tell
set theSenderl to "Your Name <[email protected]>"
set theReceiver to "Some One <[email protected]>"
--activate application "MailMate"
tell application "MailMate" to open location "mailto:" & (theReceiver)
& "?from=" & (theSenderl) & "
&subject=" & (theTitle) & "
&Body=" & (theURL) & "
&send-now=yes" with trust
Hope its fine, Benny
--
Nitin
_______________________________________________
mailmate mailing list
[email protected]
http://lists.freron.com/listinfo/mailmate