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!
i was coded for send a confirmation mail(html mail) to the registered user. its working, but the problem is the yahoo and hotmail is recognize it as a spam mail or junk . this is my coding, anyone plz help me.
More and likely its because of your IP address is a DHCP address. This will cause most SMTP mail receivers to mark it as spam. I you are using dhcp for the mail server, then you might want to look for a service like smtp forwarder. I have had this problem, and just gave up using my own mail server, and letting google mail just handle all mail services. Really sucks that I cant use it because the customer or client wont get email from my servers unless you buy/lease a static ip address from your ISP. I hope this helps you.