Start a new topic

Own SMTP email service

Would be great to be able to route outbound via our own SMTP email servers

E.g. we could then do things like appropriate DNS setup on the domain - this helps ensure that transactional email gets through to who it needs to, and it is branded as us, if people look at the email headers.

(Also we can use services like SendGrid then as well)

Thanks!

Hello,


Is there any news about this service request? I can not find any reference in the guides.


Thank you

Matteo

Hi Wani,


This would work for custom emails, but what about system mails such as password reset and so on?


Thank you,

Matteo

Hi Matteo,


We support email module which routes emails through Sendgrid service. The documentation for using the BL module in Business logic is available here: http://devcenter.kinvey.com/rest/reference/business-logic/reference.html#email-module


Does that work for you?


Regards,

Wani

Kinvey Support

Hi Wani,


Thank you for your reply.


The module you point is relative to sending generic emails, but that still uses Sendgrind (as you say) as third party provider.


We would like to use our own SMTP server to send emails.


Thanks,

Matteo

Hi Matteo,


There is no way to do that right now. I don't believe that's something we will provide in near future.



Regards,

Wani

This is indeed something we intend to do, but I can't commit to a timeframe yet.
Great. Would be very helpful!



Even being able to get access to SendGrid via your Node JS within an endpoint would be a welcome start

https://github.com/sendgrid/sendgrid-nodejs



Hi Matteo,


If you can make an HTTP request to your SMTP server using http://devcenter.kinvey.com/rest/reference/business-logic/reference.html#request-module in Business Logic, you will be able to use your own SMTP provider.


Will that work for you?



Regards,

Wani

Login or Signup to post a comment