Questions tagged as 'javamail'

0
answers

How to get the value of the cid: from an image in the body of the email

Good morning, I need to get the value of cid: from the images contained in the body of the email at the time of reading to be able to replace the value of cid: by the base64 of the image, but I can not get that value, does anyone have any tip...
asked by 07.03.2018 / 14:43
1
answer

Problems sending email with JavaMail

I'm developing a Java Web application with PrimeFaces in which I use javaMail to send mail with user information, but it's giving error. The Bean: @Named @RequestScoped public class EnvioEmailBean implements Serializable { private stat...
asked by 03.02.2018 / 20:19
0
answers

JavaMail How to change the email sender address?

I'm using a very basic code for sending e-mail, and I'm noticing that the sender's address differs from the sender's address, and instead the e-mail account address. I'm making use of the staff as below but it does not work InternetAddress...
asked by 15.08.2017 / 02:06
1
answer

Error opening link in Chrome and IE browsers

I'm using JavaMail to send link to reset password, however, when I click the link and it only opens in Firefox, I can not open it in Chrome and IE, only if I copy the link and put in the URL, why this? Is it the Exchenge's fault? Or development...
asked by 01.04.2016 / 16:47
1
answer

Difficulty implementing JavaMail!

My application is behaving in a very bad way, when I run the Spring Boot application it generates the logs stating that it sent the email using Scheduled, but when I check my email account I realize that it did not generate any email. Log mess...
asked by 28.09.2018 / 18:09