Question : Something simple I can do with smtp in php.ini so all emails come to me, in a testing environment?

I'm testing some scripts.

I don't to setup a mail server or attach to my isps mail server to do testing.

If there something simple I can do with smtp in php.ini so all emails come to me, in a testing environment?

I'm using windows.

Answer : Something simple I can do with smtp in php.ini so all emails come to me, in a testing environment?

You can't do anything to get the mails if you don't have a mail server but you can save the mails to disk and read them from there. BTW you could setup the have the mail function login into your email account and send the mail from there. If you want to go in that direction I recomend the pear mail function.

Random Solutions  
 
programming4us programming4us