Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

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

  • 1 απάντηση
  • 1 έχει αυτό το πρόβλημα
  • 3 προβολές
  • Τελευταία απάντηση από 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.

Όλες οι απαντήσεις (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".