My <SVG> tags are not working properly in my mail script.
Looking for some assistance.
Do I need to make changes to:
$headers = "MIME-Version: 1.0" . "\r\n";
$headers .= "Content-type:text/html;charset=UTF-8" . "\r\n";
Thank you!
Using SVG tags in Mail()
Moderators: egami, macek, gesf
-
- php-forum GURU
- Posts: 628
- Joined: Sat Jun 06, 2015 11:46 am
- Contact:
What errors are you getting and where's your svg code?