Monday, August 8, 2011

Connection could not be established with host localhost

Connection could not be established with host localhost [permission denied]

in Linux

send mail in php

send mail from Swift_TransportException

check php.ini

SMTP localhost
smtp_port 25
sendmail_from no value
sendmail_path /usr/sbin/sendmail -t -i

sendmail service start and enabled

in firewall
Mail(SMTP) 25/tcp

SELinux
system default enforcing mode : Disabled

No comments:

Post a Comment

how to see xml preview in browser php

xml preview view in browser $xml = new DOMDocument('1.0', 'UTF-8');                 $xml->preserveWhiteSpace = false; ...