Shellfish Posted February 28, 2008 Share Posted February 28, 2008 Hi there, I'd like to try and fix this problem but I dont know where to start. I have a website that generates a HTML email to members via the server. I have a $from, $to, $from _name, $subject, $headers, $body etc etc I am using a mail class called html_mailer.php This works fantastic, until I found out that an ISP called TPG in Australia wont receive the HTML Mail. So far it works will all other mail servers but this. From what I have read, their mail server needs to "validate" or "verify" the incoming mail, before passing it through to the specified email. I also have PHPBB forum installed on the same server and I can receive any mail generated from this to TPG Can anyone please tell me where to start looking, or if they have come across the same problem, how did you fix it? Thankyou in advance Warren Quote Link to comment https://forums.phpfreaks.com/topic/93452-php-html-email-not-receiving-on-some-servers/ Share on other sites More sharing options...
Lamez Posted February 28, 2008 Share Posted February 28, 2008 To my knowledge there is nothing you can do about this matter. It is on the other end, you would have to talk to the ISP. Quote Link to comment https://forums.phpfreaks.com/topic/93452-php-html-email-not-receiving-on-some-servers/#findComment-478782 Share on other sites More sharing options...
Shellfish Posted February 28, 2008 Author Share Posted February 28, 2008 I might not have been clear about one thing. The website is hosted with Melbourne IT, and I have PHPBB Forum installed on the website's server. This sends mail fine to anyone, even TPG. I need to find a mail script that will do the same as the Forum. Cheers Quote Link to comment https://forums.phpfreaks.com/topic/93452-php-html-email-not-receiving-on-some-servers/#findComment-478790 Share on other sites More sharing options...
Bauer418 Posted February 28, 2008 Share Posted February 28, 2008 phpBB is open source...copy the mail function from it. Chances are it's just a simple header or two that you're not passing. Quote Link to comment https://forums.phpfreaks.com/topic/93452-php-html-email-not-receiving-on-some-servers/#findComment-478818 Share on other sites More sharing options...
Lamez Posted February 28, 2008 Share Posted February 28, 2008 oh, that makes sense, I was wondering how a ISP had control over receiving HTML emails, unless they where the mail providers. Quote Link to comment https://forums.phpfreaks.com/topic/93452-php-html-email-not-receiving-on-some-servers/#findComment-478826 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.