Re: PHP Mail

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



"JesusLovesYou" <otis.quinn@xxxxxxxxxxxx(donotspam)> wrote in message news:6E55F84B-ECD2-4967-82F0-40DD23A0CFCB@xxxxxxxxxxxxxxxx
I am having a problem sending php mail. here is my mail setting

[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25

; For Win32 only.
;sendmail_from = me@xxxxxxxxxxx
sendmail_from = bob@xxxxxx

and what is the problem?

Just a checklist: do you have the smtp server installed (i.e shows in iis manager) or are you running exchange? Any firewalls or anti-virus which might be blocking the port? Does the smtp service require any authentication?
--
Brian Cryer
www.cryer.co.uk/brian

.



Relevant Pages

  • PHP MAIL on Apache and Windows Server 2003
    ... I am at my wits end here, I am trying to get PHP's mail function send ... We are running the SMTP sever under Windows and are running PHP ... ; For Win32 only. ... echo "Email Has Been Sent ."; ...
    (php.general)
  • Re: false positive
    ... I've used php mail function to send e-mail to students. ... > So I'm trying to use Phpmailer, a software able to work as an SMTP ... others send mail directly to the recipeients MX from the localhost? ...
    (comp.mail.headers)
  • Error using mail() - sendmail_from not set in php.ini or custom From: missing
    ... ; For Win32 only. ... SMTP = localhost ...
    (comp.lang.php)
  • PHP Mail
    ... ; For Win32 only. ... SMTP = localhost ...
    (microsoft.public.inetserver.iis.smtp_nntp)
  • Re: PHP SMTP SERVICE
    ... php.ini file, search for SMTP. ... ; For Win32 only. ... change the word localhost to your desired SMTP server address. ...
    (php.general)