搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

How to pass new line between parameters in message body from command line

  • 3 回覆
  • 1 有這個問題
  • 7 次檢視
  • 最近回覆由 Zenos

more options

Hi All,

Is it possible to pass a new line in message body when sending mail from command line.

I'm using it like this: cmd /k C:\"Program Files (x86)"\"Mozilla Thunderbird"\thunderbird.exe -compose "to='test@test.com', subject='sbj', preselectid='id1', body='parameter1 parameter2'"

And what I want to do is when I receive this email to have a parameter2 from body in new line, like this:

parameter1

parameter2

Does anyone know if it is possible and how?

Thanks in Advance

Hi All, Is it possible to pass a new line in message body when sending mail from command line. I'm using it like this: cmd /k C:\"Program Files (x86)"\"Mozilla Thunderbird"\thunderbird.exe -compose "to='test@test.com', subject='sbj', preselectid='id1', body='parameter1 parameter2'" And what I want to do is when I receive this email to have a parameter2 from body in new line, like this: parameter1 parameter2 Does anyone know if it is possible and how? Thanks in Advance

由 daliborg 於 修改

所有回覆 (3)

more options

include a carriage return character in your string.

more options

I have tried, but it displays it as normal text in new email window.

more options

What have you tried? These are some guesses:

\n \r %0a %0d

I'm not sure what works in that environment.

由 Zenos 於 修改