PHP HTML Mail - Some mail servers not receiving

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Shellfish
Forum Newbie
Posts: 2
Joined: Wed Feb 27, 2008 8:44 pm

PHP HTML Mail - Some mail servers not receiving

Post by Shellfish »

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 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.

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
Post Reply