Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
phpmailer is just a class, it can be loaded without issue.What mail components/scripts are available for use (and working) on web15?
I don't use PHP a lot outside of CMSs, but last time I think I was able to use phpmailer, which appears not to be installed.
(Anyone got a complete working mailform script using SMTP, by the way?)
$sent = mail( "[email protected]", "From: Contact Page", $message, "From: $name <$email>" );