Mass Mail Dispatcher is a powerful tool designed to simplify and streamline the process of sending bulk emails. Whether you're a marketer, business owner, or communicator, this application enables you to connect with your audience efficiently while maintaining a professional touch.
- Effortless Setup: Get up and running quickly with a user-friendly setup process.
- Bulk Emailing: Seamlessly send personalized emails to a large recipient list.
- Custom Templates: Create and save email templates for consistent messaging.
- CSV Import: Import recipient details effortlessly from CSV files.
- Personalization: Customize emails using placeholders for recipient-specific information.
- Scheduling: Schedule email deliveries for optimal timing.
- Analytics: Monitor email open rates, click-through rates, and more.
- Logging: Maintain a comprehensive log of sent emails for future reference.
- Security: Handle sensitive recipient data and login credentials securely.
Follow these steps to set up Mass Mail Dispatcher locally:
-
Clone the repository:
git clone https://github.com/Zac1aN/Mass-Mail-Dispatcher.git
-
Navigate to the project directory:
git clone https://github.com/Zac1aN/Mass-Mail-Dispatcher.git
-
Install dependencies:
cd Mass-Mail-Dispatcher
-
Configure your email provider settings in config.js.
-
Clone the repository:
npm install
-
Run the application:
npm start
- Upload a CSV file containing recipient details.
- Choose an existing email template or create a new one.
- Personalize email content using placeholders.
- Schedule email delivery or send immediately.
- Access email analytics via the dashboard.
- Email.js: Used for sending emails programmatically.
- PapaParse: Used for CSV parsing.