I have made an email template using html and now I want to use it in an actual email using php. I tried using `file_get_contents(); but it does not work. It send the code and not the output. here's how the email looks when I send it
I want a way that I can send the html email template I made using php, and if that's not possible what do you guys recommend?
source https://stackoverflow.com/questions/68184313/how-to-send-html-emails-with-php
Comments
Post a Comment