i am using php 5 and apache to do programming.
my code can correctly send emails on the server.
but on my own development machine i cannot send emails.
There is nothing wrong with my code clearly. so i guess the problem is with my settings.
I have turned off IIS so that i can assign port 80 to my apache.
I did not install php,apache, mysql using WAMP or XAMPP, but i installed each component individually.
I have already tried assigning SMTP to localhost in php.ini and the port no. etc.
I am running on windows vista. I am using a router at home and i tend to assign a fixed IP address. 192.168.0.9 to my development machine.
Please advise. I used phpmailer where i state a specific from address and to address and once again i insist that the code works on my live server.
It is just not working on my development machine.
Thank you.