Тёмный

[Solved] Send email from localhost/WAMP Server using SENDMAIL 

progFrog
Подписаться 397
Просмотров 17 тыс.
50% 1

Mail script is as below
$to = 'recipient@yahoo.com';
$subject = 'Testing sendmail.exe';
$message = 'Hi, you just received an email using sendmail!';
$headers = 'From: [your_gmail_account_username]@gmail.com' . "
" .
'MIME-Version: 1.0' . "
" .
'Content-type: text/html; charset=utf-8';
if(mail($to, $subject, $message, $headers))
echo "Email sent";
else
echo "Email sending failed";

Опубликовано:

 

16 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 54   
Далее
😂😂
00:16
Просмотров 922 тыс.
ЗАБЛУДИЛИСЬ В ТРАВЕ #shorts
00:25
Просмотров 512 тыс.
How to Send Email Using PHPMailer in PHP
8:36
Просмотров 73 тыс.
Send email from Localhost and PHP
6:49
Просмотров 94 тыс.