qteks200 Posted September 14, 2007 Share Posted September 14, 2007 Well I download a PHP class that help me send SMTP authenticated email form an account on my server , but the problem is the mail just deliver to accounts in my server: from: test@myhost.com to test2@myhost.com is OK but from: test@myhost.com to test@gmail.com have problem I also tried PHPMAILER 1.7 but the it couldn't open mail.myhost.com:25 using fsockopen()! HELP ME PLZ Quote Link to comment https://forums.phpfreaks.com/topic/69335-how-do-i-send-authenticated-email-to-another-host/ Share on other sites More sharing options...
steviewdr Posted September 14, 2007 Share Posted September 14, 2007 Your webserver could be blocking external port 25. You might have to ask your ISP if they have an alternative SMTP port or a proxy in place. -steve Quote Link to comment https://forums.phpfreaks.com/topic/69335-how-do-i-send-authenticated-email-to-another-host/#findComment-348397 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.