Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More
Open

The latest update has broken my command line parameters ?

neale4

Sending EMails from my app using command line parateters was woring fine untill the latest update? Somthing has changed?

Sending EMails from my app using command line parateters was woring fine untill the latest update? Somthing has changed?

All Replies (5)

How can we answer without seeing your command line?

This is a snippet of the Method that Runs Thunderbird, cEMailClient is a path to the Thunderbird Exe. cParameters is a string made up of the required detail for the Command line. This code has been working fine until the last Thunderbird update. Thank you for you help.

// Set the command line parameters. cParameters := " -compose subject="+cSubject+",from="+cFrom+",to="+cTo+",body="+cBody+",attachment="+cAttachment

// Run Thunderbird with command line parameters. _Run( cEMailClient + cParameters )

Endret av neale4

This is a snippet of the Method that Runs Thunderbird, cEMailClient is a path to the Thunderbird Exe. cParameters is a string made up of the required detail for the Command line. This code has been working fine until the last Thunderbird update. Thank you for you help.

// Set the command line parameters. cParameters := " -compose subject="+cSubject+",from="+cFrom+",to="+cTo+",body="+cBody+",attachment="+cAttachment

// Run Thunderbird with command line parameters. _Run( cEMailClient + cParameters )

Endret av neale4

In message muddle! Sorry posted twice.

May be best file a bug report at https://bugzilla.mozilla.org/enter_bug.cgi/) for that. If you do, please post the link to it here.

Similar: https://www.reddit.com/r/Thunderbird/comments/1vnustw/did_the_thunderbird_command_line_interface_change/

Still et spørsmål

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.