Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

How can I let a script send a message regardless of thunderbird alreadey running or not?

  • 3 wótegrona
  • 1 ma toś ten problem
  • 114 naglědow
  • Slědne wótegrono wót tpollak

more options

This is on Linux. croon is used to execute a script. This script shall use Thunderbird to send an email. How shall I call Thunderbird to provide recipient and data and send the message regardless of Thunderbird already running or not?

This is on Linux. croon is used to execute a script. This script shall use Thunderbird to send an email. How shall I call Thunderbird to provide recipient and data and send the message regardless of Thunderbird already running or not?

Wubrane rozwězanje

Thunderbird is a poor match to your requirements.

While you can build a message, address it and add attachments via the command line, you can't actually tell Thunderbird to send it.

http://kb.mozillazine.org/Command_line_arguments_(Thunderbird)

Toś to wótegrono w konteksće cytaś 👍 1

Wšykne wótegrona (3)

more options

Wubrane rozwězanje

Thunderbird is a poor match to your requirements.

While you can build a message, address it and add attachments via the command line, you can't actually tell Thunderbird to send it.

http://kb.mozillazine.org/Command_line_arguments_(Thunderbird)

more options

Trying to use Thunderbird for this sounds like a silly idea to me. You can achieve this by using CLI commands. Google is your friend.

more options

Though these answers correctly describe Thunderbird's capabilities they do not solve my problem. Yes, I googled and it seems that mutt is nearest a solution. Though I have not been able to make it work yet.