Live Scores
Sport Statistics
Movie Stars
Programming
Multimedia
Mobile
Database
Enterprise
in
SendMail
Email Servers
(Entire Site)
PHP mail() waits for e-mail to be sent
I'm using mail() to send email from my web app out through my ISP's mail servers. Howerver, mail() sits around and waits for the mail to be sent. Is their an asynchronous solution that my mail server ISP will be happy with? I want the mail to queue and then send without holding my script, but I don't necessarily want to implement an entire e-mail server on system. And if I do, I have XMAIL set up, but I don't understand how to get that to relay my e-mail out to ISP. I'm out of my depth!
Solution: PHP mail() waits for e-mail to be sent
To configure xmail to send the mail via your external mailserver see
http://www.xmailserver.org
/Readme.ht
ml#smtpgw_
tab
and to setup the authentication at ythat server see
http://www.xmailserver.org
/
Readme.ht
ml#smtp_cl
ient_authe
ntication
Popular Tags
Tags:
2003
550
address
configure
connection
domain
email
error
exchange
Fedora
from
host
how
Linux
mail
Microsoft
outgoing
PHP
port
relay
relaying
send
sendmail
server
smtp
solaris
Unknown
user
virtusertable
Browse All Tags