Re: Exchange vs PHP

Tech-Archive recommends: Fix windows errors by optimizing your registry



"Sanford Whiteman" wrote:

1. What does the [mail function] section look like in your PHP.INI?

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

; For Win32 only.
;sendmail_from = me@xxxxxxxxxxx

; For Unix only. You may supply arguments as well (default: "sendmail -t
-i").
;sendmail_path =

; Force the addition of the specified parameters to be passed as extra
parameters
; to the sendmail binary. These parameters will always replace the value of
; the 5th parameter to mail(), even in safe mode.
;mail.force_extra_parameters =


2. Whatever IP/hostname is after 'SMTP=' in the above section: can you
connect to that host on port 25?

I don´t know how connect in that port.

Javier


--Sandy




------------------------------------
Sanford Whiteman, Chief Technologist
Broadleaf Systems, a division of
Cypress Integrated Systems, Inc.
------------------------------------

.



Relevant Pages

  • Sendmail not sending WAS email app i can use
    ... > the html doc has a simple name, email, and comment box ... > as long as it is saved as a .php file When I do this, ... ; For Win32 only. ...
    (Fedora)
  • 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: [PHP] mail function error - win32
    ... When you use the mail function, you must give the first argument. ... ; For Win32 only. ... Warning: mail: SMTP server response: 503 valid RCPT command must precede ...
    (php.general)
  • sending mail from localhost
    ... I usually use a phpmailer class but am creating something from scratch. ... ; For Win32 only. ...
    (php.general)
  • Re: Exchange vs PHP
    ... What does the [mail function] section look like in your PHP.INI? ... Whatever IP/hostname is after 'SMTP=' in the above section: can you connect to that host on port 25? ... Sanford Whiteman, Chief Technologist ...
    (microsoft.public.inetserver.iis.smtp_nntp)