I try to send a message without click to the Send Button with the CLI
With this command, a message compose window is displayed, But I need
to click the Send Button :
./thunderbird -compose "to=f...@nowhere3.net,subject=foo,body=foo"
is there a way to automatically compose and send a message? like a "-
composeAndSend modifier"
Thanks
thank you Andrew,
In fact, I need to send mail with thunderbird cause it is the only
software authorized to discuss with the server.
Moreover, I want to keep all the SMIME security configuration of the
thunderbird.
In general, MTAs do not know nor care what software is requesting it
to send an email (AKA what is the server software and how does it tell
whether TB or say Outlook is talking to it?). In fact, I don't think
the RFCs say that it should refuse service based on client (based on
authentication or origination - perhaps -but not based on client).
Thus the phrase "it is the only software authorized to discuss with
the server" doesn't parse or make sense.
The SMIME security configuration of Thunderbird can be duplicated
outside of Thunderbird I suspect. (By that I mean you should be able
to send along a properly formatted SMIME part... Full encryption would
be a bit more difficult...)
You forgot about firewall. Modern firewalls can have rules per executable.
About auto-send problem:
It is easy to write extension, which check nsICommandLine interface for
some additional option, and if it is found then sends mail automatically.
--
Arivald
Ok thanks for all you informations, I am going to study the
feasibility to add this functionnality to Thunderbird
Andrew DeFaria pisze:
You forgot about firewall. Modern firewalls can have rules per executable.In fact, I need to send mail with thunderbird cause it is the only software authorized to discuss with the server. Moreover, I want to keep all the SMIME security configuration of the thunderbird.In general, MTAs do not know nor care what software is requesting it to send an email (AKA what is the server software and how does it tell whether TB or say Outlook is talking to it?). In fact, I don't think the RFCs say that it should refuse service based on client (based on authentication or origination - perhaps -but not based on client). Thus the phrase "it is the only software authorized to discuss with the server" doesn't parse or make sense.