Looking to include a contact page on my website, but struggling with limitations imposed due to hosting on a secure school server that restricts script execution.
Wondering if there's a workaround that would allow for email sending on the client side, perhaps through an AJAX method?
Discovered a solution involving javascript opening the default mail client and populating data, but not satisfied with this approach. Seeking a way to directly send emails from the site instead. Considering exploring options like creating a Java applet to build an email page if feasible.