cancel
Showing results for 
Search instead for 
Did you mean: 

Missing final '@domain'

Former Member
0 Kudos

Hi team,

I am getting bellow email error on Dev, can any one please help me on this.

INFO | jvm 1 | main | 2017/09/07 10:04:50.448 | WARN [TaskExecutor-master-18144-ProcessTask [8796355298230]] [DefaultEmailService] Could not send e-mail pk [8796420741184] subject [Password Reset INFO | jvm 1 | main | 2017/09/07 10:04:50.448 | ] cause: Missing final '@domain'

My code is working fine on local machine.

Regards, Om Prakash

Former Member
0 Kudos

Go to HAC > Platform > Configuration

Search SMTP and check your SMTP settings.

The issue might be due to missing domain name in any of your email related properties.

Ex:

Domain name @gmail.com might be missing in any of the below SMTP related properties

mail.from=username*@gmail.com*

mail.replyto=username*@gmail.com*

mail.smtp.user=username*@gmail.com*

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Thank you Chris, I got it.