Ky sajt do të funksionojë me kufizime, teksa bëjmë mirëmbajtjen e tij për të përmirësuar punën tuaj. Nëse një artikull nuk e zgjidh problemin tuaj dhe dëshironi të bëni një pyetje, kemi bashkësinë tonë të asistencës, e gatshme për t’ju ndihmuar, te @FirefoxSupport në Twitter dhe/r/firefox në Reddit.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

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

  • 3 përgjigje
  • 1 e ka hasur këtë problem
  • 56 parje
  • Përgjigjja më e re nga 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?

Zgjidhje e zgjedhur

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)

Lexojeni këtë përgjigje brenda kontekstit 👍 1

Krejt Përgjigjet (3)

more options

Zgjidhja e Zgjedhur

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.