Hey everyone! 👋
I'm working on a small website project for a client, and they didn't mention anything about wanting a backend — they just needed a simple contact form that sends submissions to their email.
I used EmailJS to handle the form submission without a backend. My question is:
Is it acceptable to use EmailJS in cases where the client doesn't explicitly request a backend (like Node.js, PHP, etc.)?
Would love to hear your thoughts or if there are better lightweight solutions for this kind of case. Thanks!