Level 50
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.
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?
Please or to participate in this conversation.