Is it possible to use an external mail server to test the mail function internally? Is there any code I can add so I can get this accomplished?
I don't have a local mail server and it seems like php.ini file default is smtp= 'localhost', how do i fix that so that it will work with an external mail server?
Thank you!