Вы не зашли.
Главная » PHP » email
#1. unknowww Off (0)
Участник
2009.03.16 20:08
как послать сразу 5 емаила... В одном письме, чтоб другому пришло 5 раза???
#2. datua Off (1)
Участник
2009.03.16 21:09
eto budet SPAM.
#3. unknowww Off (0)
Участник
2009.03.16 21:09
mne nado shtob po 5 raz otprovlal)))
#4. Gemorroj Off (107)
Administrator
2009.03.16 22:10
нет. на самом деле просто пиши емылы через запятую.
Код:
span style="color: #0000BB"><?php// кому отправляем$to = 'Mary <mary@example.com>, Kelly <kelly@example.com>';// тема$subject = 'Birthday Reminders for August';// сообщение$message = '<html> <head> <title>Birthday Reminders for August</title> </head> <body> <p>Here are the birthdays upcoming in August!</p> </body></html>';// заголовки$headers = "Content-type: text/html; charset=utf-8 \r\n";$headers .= "From: Birthday Reminder <mail@example.com>\r\n";$headers .= "Bcc: mail-archive@example.com\r\n";// сама отправкаmail($to, '=?utf-8?B?' . base64_encode($subject) . '?=', $message, $headers);?>
Страниц: 1
Главная
WEB
PunBB Mod v0.6.2
0.017 s