Thunderbird api to send a mail via Java

2012-08-24T18:56:27

I have been using Java mail API to send mails generated through the Java program. What I want to do now is to send a mail through Thunderbird mail client so that the mail get saved to the sent items folder of the user and the user can resend a mail if it has failed.

I also would like to know if it's possible to get a delivery report in the Java mail API.

Edit

I found out that our mail server is POP3 and it doesn't store mail. So is it a good idea to send another mail to the sender as well and define a rule that categorize those messages?

Copyright License:
Author:「Chan」,Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.
Link to:https://stackoverflow.com/questions/12108049/thunderbird-api-to-send-a-mail-via-java

About “Thunderbird api to send a mail via Java” questions

I have been using Java mail API to send mails generated through the Java program. What I want to do now is to send a mail through Thunderbird mail client so that the mail get saved to the sent items
Is it possible for a Thunderbird Add-On to send a message that it initiated by compose.beginReply? I added a message_display_button in manifest.json. The following is the background-script, which o...
How can I send an e-mail using Mozilla Thunderbird from vb.net? Does Thunderbird has an API or something like Microsoft.Office.Interop.Outlook for Outlook? I've tried using command line '-compose...
Hi i am currently developing java application which will send mail to multiple recipients via Java Mail Api(1.6.2), i have configure the SMTP as per the Microsoft docs problem is the code is workin...
What I want to do is, if a condition is met, such as like if x=5, I want it to send a mail to me, automatically. With thunderbird, you can partially do this, but can't click send obviously... This
I would like to be able to receive and send mail from my custom domain in thunderbird. I've configured the DNS nameservers to point to cloudflare, and cloudflare has the MX & TXT records setup ...
my mail have some tempalte with HTML tags includes and images.. when i am sending mail to my id and open that in Gmail it getting the correct template but in thunderbird am getting only html tags.....
I am trying to send email via power shell command to thunder bird but i am facing a problem and did all research dint find the solution my problem is when i run the below command the power shell ...
i have requirement that i need to send/receive email after successful login by user, upon click on email verification i will activate the user . i dont have dedicated smtp server for send/receive m...
I am trying to send an email in my Angular app via SendGrids API. I am posting to this URL: https://api.sendgrid.com/api/mail.send.json With this raw data, to test; { "api_user":"MyUser", "

Copyright License:Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.