Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Expanding on @only-victor's answer
<?php
$src = './myimage.png'; //путь к реальной картинке
$image = imagecreatefrompng($src); //грузим её с помощью GD
header("Content-type: image/png"); //говорим браузеру что будем отдавать PNG
imagepng($image); отдаём картинку
//тут ваш код
Look at the RFC, there is a parameter responsible for the "With confirmation" feature. But it only includes in the letter the possibility that the recipient must approve the sending of such confirmation. This is usually done only in the case of expected emails. For some reason it seems to me that you are going to send spam and it will not work for you ....
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question