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.

Caută ajutor

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.

Află mai multe

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

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

  • 1 răspuns
  • 1 are această problemă
  • 3 vizualizări
  • Ultimul răspuns 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.

Toate răspunsurile (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".