I've developped a simple site which features functions like sending confirmation emails, cancelling email and so forth. Very very simple. When loading it in localhost nothing's going bad at all, as i've configured sendmail.exe on my wamp64 server, and i'm able to deliver whatever i want locally. But once i put all may php/html stuff online on a remote Free Host via ftp, obviously i get some problems with my authomatic email sender system. I know it is due to the remote server which could be running on Linux or simply it is not configured for running properly as the php.ini file has not been configured well.
Anyway, how can i fix it? is there any alternative to 'sendmail' which would works great on the remote Hosting server?
Thanks in advance