I made a 000webhost website and I made a php form that basically evaluates whatever code you put in there. I’m trying a basic mail function to myself (iCloud account) but it always returns false. Here’s the code:
Mail(‘myEmail@icloud.com’, ‘subject’, ‘body’, ‘From: <someEmail@somewhere.com>’);