This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Buscar en Ayuda

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Is it possible to integrate thunderbird mail option with third party application . If yes please suggest the steps to be followed

  • 1 respuesta
  • 1 tiene este problema
  • 3 visitas
  • Última respuesta de Zenos

more options

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.

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)

more options

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".