Quote:
Originally posted by anandgagrawal Hmm...so what u are sayiin is that for experimental purposes i can use hotmail wherein i can make the sender and reciever a hotmail account.... and these changes i would have to make in the php.ini file right?? and if so then all i have to do is type the URL in the SMTP statement in the php.ini file??
Thanx a lot....help me out more if u can |
Not quite. You need to make the destination a Hotmail address. You do this from the script. You can set the SMTP host in php.ini or using ini_set() (or at least you should be able to).