Questions tagged [mail-sender]

100 questions
2
votes
2 answers

Get SenderEmailAddress from mail item in compose mode

I am retrieving, this mailItem in compose mode, But when I check for the mailItem.SenderEmailAddress, it is NULL, but all other properties have values there (Ex:- body, body format, to, .... ). How I get the sender email FROM THE MAIL-ITEM IT-SELF?…
Kushan Randima
  • 2,174
  • 5
  • 31
  • 58
2
votes
0 answers

Is the display name for an email sender considered in spam detection?

We're using SendGrid for sending transactional email in a business-to-business application xyz.com. All emails have their sender/from display name and address set as "XYZ " and so far we haven't had any spam problems. We're aware that…
sammy34
  • 5,312
  • 5
  • 29
  • 42
1
vote
0 answers

errors during run-app

Hello i have got app which sending emails automaticly when countdown finish. Its working but sometimes when app sending email in Eclipse LogCat showing some errors... Email is sended anyway but i dont want this errors here... can anybody look at it…
Palike
  • 67
  • 1
  • 9
1
vote
0 answers

Gmail API From Server Side

I am sending an email with no problem, building a mime message (I used PHP_Mailer as it was already on the server and just did $mime_email = $php_mailer->GetSentMIMEMessage();) and sending it with (works fine): $objGMail = new…
Justin Levene
  • 1,630
  • 19
  • 17
1
vote
0 answers

Spring MailSender suddenly stopped working properly

I've been using spring's MailSender for a few weeks now on a project I'm working on. I have it set up such that an email sends a confirmation token to a newly registered user to confirm their account. This has been working steadily the whole time.…
Ayoub Elmo
  • 35
  • 6
1
vote
0 answers

Error in file(file, ifelse(append, "a", "w")) : cannot open the connection In addition: Warning message: In file(file, ifelse(append, "a", "w")) :

Good morning, I am using R to send mass emails with the following code: setwd("C:/Users/oscariro/Documents/R/Devoluciones") tempreport <- file.path(getwd(),"Reenvio.rmd") #file.copy("STC.Rmd",tempreport,overwrite = TRUE) a=1 # Loop para enviar…
Ivan Rojas
  • 31
  • 1
1
vote
1 answer

Spring boot JavaMailSender NullPointException sending email does not work

I try to send emails with Gmail to users in my Spring Boot application. I already enabled SMTP and added a password for app in my Gmail account settings. I want that the client sent an HTTP request to an URL in my controller and then the email will…
mistertl
  • 77
  • 3
  • 8
1
vote
1 answer

getting javax.mail.AuthenticationFailedException on heroku

I am Using Heroku to deploy my java spring boot backend which utilizes the javamailsender. When testing locally before deployment, I was able to send emails and receive emails thru the application. But, ever since I deployed it on heroku, I have…
1
vote
1 answer

java.lang.NoClassDefFoundError: Could not initialize class org.springframework.mail.javamail.SmartMimeMessage

I'm getting below error while sending email from a java web project. IDE: eclipse Java version: openjdk version "1.8.0_212-3-redhat" Spring version: 5.1.6.RELEASE java.lang.NoClassDefFoundError: Could not initialize class…
Ashwani Kumar
  • 663
  • 3
  • 6
  • 18
1
vote
3 answers

Quarkus: How to define and read properties file (or application.properties) outside application or at runtime?

In Quarkus, We have properties file inside project itself called application.properties. Is there any Quarkus way to define external properties file in my use case like i am developing a mail sender and i want to add recipients in future. Is it…
fatherazrael
  • 5,511
  • 16
  • 71
  • 155
1
vote
1 answer

Does Dovecot-LDA need the -f argument (and what is its purpose)?

Dovecot-LDA seems to deliver mail without the -f argument, and delivered mail is identical with and without it, however many setup guides include it in the delivery command. I'm frequently seeing error messages regarding invalid -f arguments, and I…
ATLief
  • 428
  • 4
  • 15
1
vote
0 answers

How to get the encoding of a java.io.InputStream

I have a service, which gets a java.io.InputStream and the datas from it to build a mime massage and send it with the help of a SMTPServer to the given address. The problem is, that the char encoding of the incoming emails is bad, it cannot send the…
Peter
  • 11
  • 1
1
vote
1 answer

With Spring-Boot auto-configured JavaMailSender, how to support encrypted (username/password) properties using Jasypt library?

JavaMailSender is being auto configured in my Spring Boot application. How can I use annotations to allow encrypted values in my properties file for the properties "spring.mail.username"and "spring.mail.password" using the Jasypt library? please…
Abdullah
  • 139
  • 3
  • 17
1
vote
2 answers

what properties should be set for my SMTP

I have setup a Website based on HTML with the exception of a contact.php page. I am hosting this website on my Rasberry Pi 3 computer on Debian flavor of linux Jesse Light. This is headless as it hosts my Portfolio website. I am using Apache2…
Chad_G
  • 23
  • 7
1
vote
2 answers

How to send an Email in UWP?

Using SmtpClient we can send mail but unfortunately SmtpClient is not available in UWP platform. Is there any other solution available to send an Email to any domain (gmail, outlook, etc.) ?
Vijay
  • 78
  • 1
  • 10