So i'm fairly new to php and have been using public templates and stuff to create a very simple contact form here: https://lewis-morley.co.uk/contact/
Everything works but the issue is that the host I use blocks PHPMail so no emails are actually coming through and I need to recode it to work in SMTP, I do not have access to the php.ini file.
Any pointers?
For reference here is the contact form code: https://lewis-morley.co.uk/sources.html
Thanks :)