Sending email through Thunderbird from CMD? - Mozilla
This is a discussion on Sending email through Thunderbird from CMD? - Mozilla ; Is there a way I can email a generated email from CMD
using Thunderbird?...
-
Sending email through Thunderbird from CMD?
Is there a way I can email a generated email from CMD
using Thunderbird?
-
Re: Sending email through Thunderbird from CMD?
Jane wrote:
> Is there a way I can email a generated email from CMD
> using Thunderbird?
More specifically compose and automatically send without
the GUI from CMD. I did find the -compose command option
but it pauses in a compose window and requires an action
to send it.
-
Re: Sending email through Thunderbird from CMD?
Jane wrote:
> Is there a way I can email a generated email from CMD
> using Thunderbird?
Says you still need to press Send. Bummer.
http://kb.mozillazine.org/Thunderbir...Line_Arguments
-
Re: Sending email through Thunderbird from CMD?
Jane wrote:
> Is there a way I can email a generated email from CMD
> using Thunderbird?
Try this: http://sendpagebyemail.mozdev.org/
-
Re: Sending email through Thunderbird from CMD?
RJJensen wrote:
> Jane wrote:
>> Is there a way I can email a generated email from CMD
>> using Thunderbird?
> Try this: http://sendpagebyemail.mozdev.org/
Thank you for the link! I'll check out the
mailsend & sendemail utils.
-
Re: Sending email through Thunderbird from CMD?
Jane wrote, on 05/07/2008 01:11:
> Jane wrote:
>> Is there a way I can email a generated email from CMD
>> using Thunderbird?
>
> More specifically compose and automatically send without
> the GUI from CMD. I did find the -compose command option
> but it pauses in a compose window and requires an action
> to send it.
I have never used this command, but an old DOS trick is to pipe input
from a file:
<
Maybe this will work.
I once used this many years ago to get a DOS game to autorun for my 3
year old. He was asked "Sound: Y/N? and VGA: Y/N?"
(8-)#
--
Tony Firshman
@.co.uk
-
Re: Sending email through Thunderbird from CMD?
Tony Firshman wrote:
> Jane wrote, on 05/07/2008 01:11:
>> Jane wrote:
>>> Is there a way I can email a generated email from CMD
>>> using Thunderbird?
>>
>> More specifically compose and automatically send without
>> the GUI from CMD. I did find the -compose command option
>> but it pauses in a compose window and requires an action
>> to send it.
> I have never used this command, but an old DOS trick is to pipe input
> from a file:
>
> <
>
> Maybe this will work.
>
> I once used this many years ago to get a DOS game to autorun for my 3
> year old. He was asked "Sound: Y/N? and VGA: Y/N?"
> (8-)#
Nice thought, but I don't think that would work with a GUI
which is waiting for a mouse click of the Send button.
It worked for that DOS game because, for one, it's DOS and
also, it's waiting for text input.
Thanks for your efforts nonetheless.
-
Re: Sending email through Thunderbird from CMD?
Jane wrote, on 05/07/2008 14:40:
> Tony Firshman wrote:
>> Jane wrote, on 05/07/2008 01:11:
>>> Jane wrote:
>>>> Is there a way I can email a generated email from CMD
>>>> using Thunderbird?
>>> More specifically compose and automatically send without
>>> the GUI from CMD. I did find the -compose command option
>>> but it pauses in a compose window and requires an action
>>> to send it.
>> I have never used this command, but an old DOS trick is to pipe input
>> from a file:
>>
>> <
>>
>> Maybe this will work.
>>
>> I once used this many years ago to get a DOS game to autorun for my 3
>> year old. He was asked "Sound: Y/N? and VGA: Y/N?"
>> (8-)#
>
> Nice thought, but I don't think that would work with a GUI
> which is waiting for a mouse click of the Send button.
>
> It worked for that DOS game because, for one, it's DOS and
> also, it's waiting for text input.
>
Pity. You said "without GUI" so I assumed it was *all* DOS.
Tony
--
Tony Firshman
@.co.uk
-
Re: Sending email through Thunderbird from CMD?
Tony Firshman wrote:
> Jane wrote, on 05/07/2008 14:40:
>> Tony Firshman wrote:
>>> Jane wrote, on 05/07/2008 01:11:
>>>> Jane wrote:
>>>>> Is there a way I can email a generated email from CMD
>>>>> using Thunderbird?
>>>> More specifically compose and automatically send without
>>>> the GUI from CMD. I did find the -compose command option
>>>> but it pauses in a compose window and requires an action
>>>> to send it.
>>> I have never used this command, but an old DOS trick is to pipe input
>>> from a file:
>>>
>>> <
>>>
>>> Maybe this will work.
>>>
>>> I once used this many years ago to get a DOS game to autorun for my 3
>>> year old. He was asked "Sound: Y/N? and VGA: Y/N?"
>>> (8-)#
>>
>> Nice thought, but I don't think that would work with a GUI
>> which is waiting for a mouse click of the Send button.
>>
>> It worked for that DOS game because, for one, it's DOS and
>> also, it's waiting for text input.
>>
> Pity. You said "without GUI" so I assumed it was *all* DOS.
What I meant was being to use the command line to send an email
via Thunderbird (because all SMTP server, username, password, etc.
config is already defined), but without having to "click" on
the resulting GUI that comes up using the -compose option.
If I do use MailSend, I must specify the username/password
inside of the batch script.