I have a question about developing a webapi. I want to send someone an email with an confirmation Link and If he clicks on it he should be redirected to a thanks page and get a second email with a pdf….
Tag: html-email
Sending HTML email templates using Laravel
I have created a file with name dummy.blade.php which has the following code And I am trying to send HTML content using: And the email received is like this: As per documentation that I should be receiving the html format but I am receiving simple text based email. Any clues? Answer Just posting the answer as that could be useful