我问了一个名为Send email from clipboard without opening mail.app
的问题现在,我可以使用
执行此操作set a to "post+UPReuNmbK7pR+414760@checkvist.com"
tell application "Mail"
tell (make new outgoing message)
set subject to (the clipboard)
set content to ""
make new to recipient at end of to recipients with properties {address:a}
send
end tell
end tell
我想在Windows 7中做同样的事情,最好使用AHK和Mozilla Thunderbird,因为我已经安装了这些程序。但是,由于编程技巧不佳,我不能这样写。
答案 0 :(得分:0)
我在lifehacker上找到了答案,http://lifehacker.com/355941/quickly-compose-new-gmail-messages-with-launchy