This application allows you to send bulk emails using a custom SMTP server (SSL on port 465).
It is ideal for internal communications or small campaigns via a simple Next.js interface.
- ✅ Send multiple emails with subject and HTML content
- ✅ Simple UI for pasting email addresses (one per line)
- ✅ Uses a custom SMTP server (SSL, port 465)
- ✅ Easily configurable via
.env.local
- Clone the repo:
git clone https://github.com/MaygoDev/bulk-email.git
cd bulk-email
- Install dependencies:
npm install
- Configure the
.env.localfile:
SMTP_HOST=mail.yourdomain.com
- Run the development server:
npm run dev
- Enter the email subject.
- Write the HTML or plain text content.
- Paste the list of email addresses (one per line).
- Click on Send Emails!