为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

Openning a file email directly from the composition screen

  • 4 个回答
  • 3 人有此问题
  • 30 次查看
  • 最后回复者为 a.natario

more options

Hi!

I use a system here in my company that generates an automatic email and prepare it to be sent. We were using MS Outlook and we have migrated to thunderbird for lots of reasons.

But since it has migrated, the system cannot generate this email in the composition screen. It generates in the inbox.

Is there anything I can do to change this?

I have made a few tests and I realize that the same thing happens if I save an file email in my computer and try to open if with the thunderbird. It's supposed to open in edition mode, so the user can send it out, with just one click.

Thank you!

Hi! I use a system here in my company that generates an automatic email and prepare it to be sent. We were using MS Outlook and we have migrated to thunderbird for lots of reasons. But since it has migrated, the system cannot generate this email in the composition screen. It generates in the inbox. Is there anything I can do to change this? I have made a few tests and I realize that the same thing happens if I save an file email in my computer and try to open if with the thunderbird. It's supposed to open in edition mode, so the user can send it out, with just one click. Thank you!

被采纳的解决方案

The path of a .eml file. This will launch Thunderbird with a window displaying the contents of the .eml file. For example, "C:\Program Files\Thunderbird\thunderbird.exe" c:\test.eml

What this means is that an EML file is a received massage. You can not designate it as an email to be sent.

Your "I use a system here in my company that generates an automatic email and prepare it to be sent." is not working correctly and never has, even if it did work with outlook if it is using EML files in this manner.

定位到答案原位置 👍 0

所有回复 (4)

more options

But an .eml or other compatible file is assumed to be a received and saved email message, hence opens in a read window. You could use Message|Edit Message As New in the menu, or right-click|Edit As New, either of which will open it in a new edit window.

Or you could follow the advice given here and send your message to Thunderbird as a command line argument. The example given there:

thunderbird -compose "to='john@example.com,kathy@example.com',cc='britney@example.com',subject='dinner',body='How about dinner tonight?',attachment='C:\temp\info.doc,C:\temp\food.doc'" 

…(with suitable amendments for the actual paths to the executable and the attachment) works here for me and appears to be just what you're trying to do. Thunderbird opens with the passed arguments pasted into a new message, in the Compose window.

由Zenos于修改

more options

Thank you Zenos.

By command line...How can I edit an email file as new? I decided to pass it as an argumment. I have looked for it but so far...nothing!

Thanks again!

more options

选择的解决方案

The path of a .eml file. This will launch Thunderbird with a window displaying the contents of the .eml file. For example, "C:\Program Files\Thunderbird\thunderbird.exe" c:\test.eml

What this means is that an EML file is a received massage. You can not designate it as an email to be sent.

Your "I use a system here in my company that generates an automatic email and prepare it to be sent." is not working correctly and never has, even if it did work with outlook if it is using EML files in this manner.

more options

Hello!

So it used to work before. I've reading lots of posts and i saw that we can use command line to write a message like "thunderbird - compose", for example. When we use the shortcut or the button "send as new", it takes the eml file and send it as it was a new email. I mean, there might be a command for that to.