jakarta-mail
I don't get the e-mail using this code. What is the problem?
The following is the program, which I am trying to send e-mail. The code is error free and I don\'t get any run time exception. But the code is unable to send e-mail. I have revised this code a lot bu[详细]
2023-03-18 09:57 分类:问答How to send a non-local attachment with JavaMail
I\'m building an application using jsp\'s, servlets, and all that fun stuff.Right now, I have a form that passes through all the information from the form to an html email that is sent using the JavaM[详细]
2023-03-17 19:11 分类:问答Email Alerting System based on User preferences
Any ideas around desig开发者_如何学编程ning and/or implementing Java based Email alerting system (similar to RSS) which would let users pick the frequency, application type, email content and based on[详细]
2023-03-17 17:05 分类:问答package javax.mail and javax.mail.internet do not exist
When I compile a simple code that has the following 2 import statements: import javax.mail.* import javax.mail.internet.*[详细]
2023-03-17 17:04 分类:问答Using Javamail and Greenmail for SMTPS/SSL
I\'m trying to write a test that will uses JavaMail SMTP or SMTPS to send a message via SSL and authentication to a Greenmail server that I\'m running.[详细]
2023-03-17 05:50 分类:问答sending file as a link instead of an attachment in the mail
Is it possible to send the file as a link instead of attachi开发者_运维问答ng the file in the email. I am sending an email using Java . Now, i have a requirement thatI don\'t want to send the file as[详细]
2023-03-16 15:47 分类:问答Email Client using Spring
I am looking to build an email client using Spring in Java to hopefully get some experience using the Spring framework. Would I be best off using the JavaMail library or the Email library that is part[详细]
2023-03-16 02:56 分类:问答javamail mail image located on remote machine
I have a method that sends an HTML email and a picture embedded, to reference an image from my machine, eg c:/image.gif the method works well but I dont know how to add an image that is in a remote ma[详细]
2023-03-16 01:37 分类:问答Decode Base64 content from a MimeMultipart
I have a Base64 file into one part of my MimeMessage. I put it like this DataSource source = new FileDataSource(new File(\"base64Test.bin\"));[详细]
2023-03-15 09:19 分类:问答javamail and gmail
The following code throws IndexOutOfBoundsException. Any idea why? Folder folder = store.getDefaultFolder();[详细]
2023-03-14 17:52 分类:问答
加载中,请稍侯......