SMTP with Gmail not sending email to special domains
SarakkaYouston opened this issue · 2 comments
Hello everybody,
I hope there will be someone who can help me with the following issue.
I used EmailJS dashboard to setup an Email Service and Email Templates, and I'm using it, with the public API key, in a custom javascript code that I have developed. It all works fine, except for the fact that emails are not been sent to emails that don't have a domain such as @gmail.com or @icloud.com or @example.com
I did a lot of tests using @example.agency or @example.space as domains for email to send the message to, but it always isn't delivered. If I use an email with @gmail.com or @icloud.com or @example.com the email is delivered. What could be the problem?
Could that be in my code or is it related to EmailJS?
Does this happen to someone else?
Thanks in advance to anyone who could help me
Sarah
Hi Sarah, I think I'm having a similar issue. Do you have any info you could share?
Hello @PasticheLLC sorry for late response. At the end I saw that the problem was that I was trying to use the same sender and receiver, and it seemed to me that special domains were not receiving emails, but when I changed the receiver within the same domain it worked perfectly.