Add a picture to the form
Posted: Fri Jul 31, 2020 5:49 am
Hello Pablo, a huge request to add to the mail form the ability to send a picture that is in the form itself.
Right now i am doing like this add php code
for transmission to mail the ability to read html.
Then I add the path to the picture
Huge request to implement the transfer of the image that is in the sending form. Thank.
Right now i am doing like this add php code
Code: Select all
$body .= 'Content-Type: text/html; charset=UTF-8'.$eol;
Then I add the path to the picture
Code: Select all
$message .= "<img src='http://mysait.com/images/logo.png'";