Php.ini içinde SMTP değiştirme

0 Cevap php

Ben php.ini dosyasının içinde benim ayarlarını değiştirerek yardıma ihtiyacım var. Benim php kodu çalıştırdığınızda bu hatayı alıyorum:

Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini

i'm using the wamp server. So, i opened up the php.ini and i found the [mail function] area.
i'm not exactly sure what i'm supposed to change.
At the moment this is what it looks like:

[mail function]
; For Win32 only.
; "http://php.net/smtp"
SMTP = localhost
; "http://php.net/smtp-port"
smtp_port = 25

Ben "SMPT = localhost" bölümünü değiştirmek gerekiyordu yaşıyorum eminim, ama bunu değiştirmek için ne yapmam gerekiyor?

Im fazla 1 köprüyü yayınlamak için izin verilmez çünkü NOT * posta işlevi içinde iki bağlantı tırnak vardır ...

0 Cevap