Главная страница
    Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2007.02.18;
Скачать: CL | DM;

Вниз

PHP mail   Найти похожие ветки 

 
hmmm   (2007-01-28 01:50) [0]

Почему не отправляется письмо? Какие могут быть причины? Делаю примерно так:
$rc = mail("recipient@domain.org", "a subject", "a message",
 "From: sender@domain.org");


 
_silver ©   (2007-01-28 01:55) [1]

Какие угодно.
Начиная с того, что хостер не хочет, чтоб от него письма отправляли и заканчивая тем, что письиа могут не доходить по вине получателя.
Причина по которой сделан вывод, что письма не отправляются не озвучена.


 
Суслик ©   (2007-01-28 03:34) [2]

я вот так делал, все работает

<?php
require("class.phpmailer.php");

$mail = new PHPMailer();

$mail->IsSMTP();                                      // set mailer to use SMTP
$mail->Host = "smtp.mail.ru";  // specify main and backup server
$mail->SMTPAuth = true;     // turn on SMTP authentication
$mail->Username = "аоновамнадо";  // SMTP username
$mail->Password = "обойдетесь"; // SMTP password

$mail->From = "аоновамнадо@mail.ru";
$mail->FromName = "Mailer";
$mail->AddAddress("qwert@gmail.com", "qwert");
$mail->AddReplyTo("info@example.com", "Information");

$mail->Subject = "Hi, Suslik!";
$mail->Body    = "This is the HTML message body in bold!";
$mail->AltBody = "This is the body in plain text for non-HTML mail clients";

if(!$mail->Send())
{
  echo "Message could not be sent. <p>";
  echo "Mailer Error: " . $mail->ErrorInfo;
  exit;
}

echo "Message has been sent";
?>


 
Орион ©   (2007-01-28 11:35) [3]

> [0] hmmm   (28.01.07 01:50)

Скорее всего у тебя нет доступа к sendmail.
Пиши хостеру, узнавай...


 
SerJaNT ©   (2007-01-28 11:40) [4]

> <?php
> require("class.phpmailer.php");
>
> $mail = new PHPMailer();
>
> $mail->IsSMTP();                                      //
> set mailer to use SMTP
> $mail->Host = "smtp.mail.ru";  // specify main and backup
> server
> $mail->SMTPAuth = true;     // turn on SMTP authentication
> $mail->Username = "аоновамнадо";  // SMTP username
> $mail->Password = "обойдетесь"; // SMTP password
>
> $mail->From = "аоновамнадо@mail.ru";
> $mail->FromName = "Mailer";
> $mail->AddAddress("qwert@gmail.com", "qwert");
> $mail->AddReplyTo("info@example.com", "Information");
>
> $mail->Subject = "Hi, Suslik!";
> $mail->Body    = "This is the HTML message body in bold!
> ";
> $mail->AltBody = "This is the body in plain text for non-
> HTML mail clients";
>
> if(!$mail->Send())
> {
>  echo "Message could not be sent. <p>";
>  echo "Mailer Error: " . $mail->ErrorInfo;
>  exit;
> }
>
> echo "Message has been sent";
> ?>


Пипец... и только чтобы отправить ма-а-аленькое письмецо.



Страницы: 1 вся ветка

Текущий архив: 2007.02.18;
Скачать: CL | DM;

Наверх




Память: 0.45 MB
Время: 0.043 c
15-1170012281
hmmm
2007-01-28 22:24
2007.02.18
http://www.ndw.ru/services/hosting.html


15-1169734576
_ozzy_
2007-01-25 17:16
2007.02.18
General Protection Violation


3-1163414839
john81
2006-11-13 13:47
2007.02.18
Fast Reports и Crystal Reports


2-1170421656
DelphiLexx
2007-02-02 16:07
2007.02.18
Очистить RxSpeedButton.Glyph программно


1-1166694594
Action
2006-12-21 12:49
2007.02.18
Как сохранить иконку в 32 цветах ?





Afrikaans Albanian Arabic Armenian Azerbaijani Basque Belarusian Bulgarian Catalan Chinese (Simplified) Chinese (Traditional) Croatian Czech Danish Dutch English Estonian Filipino Finnish French
Galician Georgian German Greek Haitian Creole Hebrew Hindi Hungarian Icelandic Indonesian Irish Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian
Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Thai Turkish Ukrainian Urdu Vietnamese Welsh Yiddish Bengali Bosnian
Cebuano Esperanto Gujarati Hausa Hmong Igbo Javanese Kannada Khmer Lao Latin Maori Marathi Mongolian Nepali Punjabi Somali Tamil Telugu Yoruba
Zulu
Английский Французский Немецкий Итальянский Португальский Русский Испанский