Search Support

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 cavab
  • 1 has this problem
  • 3 views
  • Last reply by 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.

All Replies (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".