I'd like to send mail without bothering with the SMTP-Server which is used for delivery.
So JavaMail API doesn't work for me because I have to specify a SMTP server ...
I want a delivery receipt after sending email through java mail service and also want to save this receipt to CSV file in text format, send me a running code.
The current application uses simple Java Mail to send couple emails a day but some of the emails never make it to the client.
Based on the application server logs there has ...
I'm writing a program, that sends email messages and want to know when the receiver receives the email message I've sent to him. How can I do this using JavaMail API?
If ...
I send email confirmation for registration. I want get, into my gmail inbox, the DSN messages. Then I connect to my inbox (imap protocol) and I want to look the DSN ...
Hi, I would like to know can I ask for notification when an email has been sent or failed to send(with error statement) by using javamail? I have went through a lot of internet tutorial and etc, but I still do not know how to start coding this part. pls help... regards, albert
Hello, can anyone clarify more about email notification? when I create sendmail bean and notification bean to send out my email. Do I need to create STOREevent bean (use to store the notification of the mail delivery status) and FOLDERevent bean (new folder to store my notification)?Or it is depend on the mail server or setup in mail server. If I ...
hey, i just sent an email into the nirvana to check ... i was wrong about the failure notice, it is not the targeted server but the email server you send the mail from, which in my case was mailer-deamon@googlemail.com and in your case makes things easierm since you just need to check for that sender and the pattern of the ...
Hi friends, i am getting start to develop the mail client. but i got stuck early. i know how to get delivery notification...thats cleared but how can i get back delivery status of the mail(just delivered | failed | pending...) else i want to know, is the given email address is exists or not? any suggestion appretiable..... thanks.
there is no way to check if a person received an email or not. unless you wrote the email server and client yoyrself and put in some kind of email checking feature. all you can do is check if the email was sent succesfully or if it had network problems or couldnt connect or etc