Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

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

  • 1 Antwort
  • 1 hat dieses Problem
  • 1 Aufruf
  • Letzte Antwort von 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.

Alle Antworten (1)

more options

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