PHP Mail
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
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
.
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) - Re: PHP Mail
... ; For Win32 only. ... SMTP = localhost ... do you have the smtp server installed or are you running exchange? ... (microsoft.public.inetserver.iis.smtp_nntp) - Error using mail() - sendmail_from not set in php.ini or custom From: missing
... ; For Win32 only. ... SMTP = localhost ... (comp.lang.php) - 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) |
|