搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How to start Thunderbird with mailto info and make it non-interactively send the email?

  • 1 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 sfhowes

more options

I have code that successfully launches my email program (Thunderbird) with the desired info. Problem is the email program sits there and waits for someone to hit the Send button. My essential code that works so far does the following:

"C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe" mailto:foo@gmail.com?subject=Test...&body=Wee!!!

Problem is Thunderbird waits for the Send button to be hit. Is there a way to make it automatically do the Send? Perhaps a global switch? If Thunderbird would just send the email and then terminate, that would be perfect.

I have code that successfully launches my email program (Thunderbird) with the desired info. Problem is the email program sits there and waits for someone to hit the Send button. My essential code that works so far does the following: "C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe" mailto:foo@gmail.com?subject=Test...&body=Wee!!! Problem is Thunderbird waits for the Send button to be hit. Is there a way to make it automatically do the Send? Perhaps a global switch? If Thunderbird would just send the email and then terminate, that would be perfect.

所有回复 (1)

more options

I think that's answered here, namely, you can't.