ssquare's avatar

Add content type text/html in sendgrid mail

I am following https://sendgrid.com/docs/Integrate/Frameworks/laravel.html this tutorial to send mail using sendgrid. But, I am unable to figure out adding content type text/html how could I do that. Could anyone guide me through this?

0 likes
1 reply
aurawindsurfing's avatar

What I'm doing is to use external service only as an SMTP and then to send HTML mailable directly from laravel.

No need to tell sendgrid anything. Just give it a HTML payload.

Please or to participate in this conversation.