I'm working on a form for my website where users can submit files along with their information. I need a solution that will forward these submissions directly to a specific email address. I've tried a few options, but they all charge for file uploads. Does anyone know of a reliable free email forwarder that can handle this?
3 Answers
You might want to consider writing a simple PHP script if you have access to your own hosting. You can use an SMTP server provided by your host to handle the emails effectively.
If it's just for personal use, I’d recommend self-hosting a solution. Using something like Cloudflare could save you a lot of hassle.
Formspree has a Pro plan that’s $8 a month for 1000 submissions, which might be an option if you're looking to grow your website. But if you're just starting out and expecting low traffic, it might be better to look for something free instead.
Yeah, I get that! I'm also on a tight budget, so I'm avoiding anything that costs. Any good free alternatives out there?