I have an application built using CodeIgniter and shared with a hosting provider.
My MX records point to Gmail servers, and my application can send emails using Gmail with CodeIgniter standard email methods.
Now I want to send some transactional emails using SendGrid or Amazon SES. But this does not work, and apparently the reason is that my hosting provider does not allow SMTP relay.
I mean using the SendGrid and cURL APIs, but I'm not sure how well they will work with the CI methods I am familiar with.
Itβs advisable that I donβt want to change MX records pointing to Gmail, which processes regular emails for our company.
Given the limitations, is there anything that can be done to send email using SendGrid or Amazon SES?
Panda source share