FormMaillyGo lets you send contact form messages from any website directly to your email — for free. It's fast, secure, and runs on AWS Lambda, so no monthly limits like other services. Just plug it in and get messages instantly.

aws-lambda email-service form-submission free-contact-form golang serverless
2 Open Issues Need Help Last updated: Jul 28, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Optimize the email sending functionality in a Go-based serverless contact form application (FormMaillyGo) to reduce the Time To First Byte (TTFB), currently around 4 seconds. This involves investigating and improving the SMTP connection, TLS handshake, authentication, and server response times, potentially exploring alternative SMTP libraries or strategies for faster email delivery within the AWS Lambda environment.

Complexity: 4/5
bug help wanted

FormMaillyGo lets you send contact form messages from any website directly to your email — for free. It's fast, secure, and runs on AWS Lambda, so no monthly limits like other services. Just plug it in and get messages instantly.

HTML
#aws-lambda#email-service#form-submission#free-contact-form#golang#serverless

AI Summary: Implement a non-blocking, asynchronous logging system for the FormMaillyGo serverless contact form application, sending logs to Grafana Loki Cloud. The system must prioritize application performance and handle potential log loss under high load, minimizing resource consumption and cold start impact in a serverless environment.

Complexity: 4/5
enhancement help wanted good first issue

FormMaillyGo lets you send contact form messages from any website directly to your email — for free. It's fast, secure, and runs on AWS Lambda, so no monthly limits like other services. Just plug it in and get messages instantly.

HTML
#aws-lambda#email-service#form-submission#free-contact-form#golang#serverless