Is it possible to integrate thunderbird mail option with third party application . If yes please suggest the steps to be followed
Hi,
I am having one application in php. Wants to integrate thunderbird mail option from the php application. Is it possible. If yes please share the steps.
Todas las respuestas (1)
Probably not. Thunderbird does not have an API so is not easily linked into automated processes.
You can invoke Thunderbird by assembling a message via its command line, but what this does is set up a message with the available data filled in, and it waits for the user to click on Send. Would that be acceptable?
http://kb.mozillazine.org/Command_line_arguments_%28Thunderbird%29
See the section headed "Compose new mail with command line".