
Spam with sendEmail
Hello
I have a issue. I send email via ninox and the email goes in spam each time. Any idea how to fix the situation and get the email in mailbox ?
here the code
sendEmail({
from: text(userEmail(user())),
to: contact.'E-mail',
cc: "test@email.com",
subject: "Here's a lead please follow up on ",
text: "Please contact Lead attached" + 'Lien PDF',
html: "<h1>Here's a lead please follow up</h1><i>Please contact Lead attached </i><a href=" + 'Lien PDF' + ">ici</a>"
})
-
I have found that when sending test emails effectively back to myself those emails go into junk folder (outlook) However I regularly send emails out to clients and have (as yet) not encountered any that have gone into their junk folders).
Change your test sample and send one to me o mel@118printgroup.co.uk and I will I will let you know how it comes over to me...
-
Katie
Just done a few tests my end to double check and all mine are working okay and I use send grid/ninox every day for customer updates/confirmations etc. So I guess Ninox to send grid is working.
you say all your emails (I know there is a fair use policy so if say you are mass mailing that might trip you up otherwise I think you might have to contact support@ninox.com
-
Ninox sends its email through a 3rd party service called SendGrid.
The customers email domains would have to be added to the SendGrid account. However, this is not a service that we provide.To go around the mail issue you could send emails over Integromat. Please check the following tutorials:
https://fabianwieland.de/blog/tutorial-emails-ninox-integromat/
https://www.youtube.com/watch?v=bzlUtomdP0sAnother option would be to get the Ninox Enterprise (Private Cloud or Onpremises) which would allow you to connect to a SMTP server either hosted by you or a provider.