I'm getting a 403 error when trying to send emails and from searching I see that's because my code is trying to use smtp which is for premium users only. How do I switch to using the free http version?
Thanks in advance.
I'm getting a 403 error when trying to send emails and from searching I see that's because my code is trying to use smtp which is for premium users only. How do I switch to using the free http version?
Thanks in advance.
Check the sendgrid documentation. They should have examples of the use of their http api.