You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Django-powered SMTP server to handle contact form submissions via email. Containerized with Docker for easy deployment, it supports secure SMTP configuration with environment variables and REST API integration.
This backend service is built using FastAPI to handle contact form and user-submitted data. It provides endpoints to submit forms, save data to JSON files, and send email notifications. The service supports CORS for cross-origin requests, making it suitable for integration with frontend web applications.
Django app with contact form and email sending, with Celery, in Docker. Extensive message validation eliminates a large amount of spam and invalid emails.
This is an API based on FastAPI designed to send contact forms via SMTP and Discord Webhooks, then receive notifications through Email and Discord, while also storing the information in PostgreSQL.
A Small Virtual book in which one writes the names and telephone numbers of people one knows. Here we can also update the name or telephone number of the particular Contact.