Hello,
I'm using PHP and IIS 6. In my php.ini i have specified the SMTP server.
and in my registeration page i use the mail() function to send out a confirmation for users in order for them to activate their account.
Unfortunately a lot of users (roughly 18%) do not receive their confirmation. I checked my mail server (Sendmail) and it seems to be fine. It's jsut that sometimes it can not send emails to some emails which are valid.
The support team took a look at the Mail server and said it was fine. And that i should check the code. Can anything be wrong with the code? Cause some are going and some are not.
Regards