Как это сделать по php?
Код: Выделить всё
from@example.comКод: Выделить всё
abc@gmail.comКод: Выделить всё
$mail->From = "from@example.com";
$mail->FromName = "Mailer";
$mail->AddAddress("abc12@163.example", "Josh Adams");// name is optional
$mail->AddReplyTo("abc12@qq.example", "Information");
Подробнее здесь: https://stackoverflow.com/questions/133 ... mtp-server
Мобильная версия