Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 1.71 KB

README.md

File metadata and controls

66 lines (40 loc) · 1.71 KB

Bulk Email Sender

This is a frontend application for a bulk email sender built with Next.js.

Live Demo

Check out the live demo of the project here.

Features

  • Sending Bulk Emails
  • Upload CSV file
  • file name should be clients.csv file

Example :

  • Also include email in the file


file = clients.csv

email
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]



How to get App Password

  1. Make sure you have two-step verification enabled on your Gmail account. If not, enable it in your Google Account settings.

  2. Visit the Google Account management page: https://myaccount.google.com/. or https://myaccount.google.com/security?hl=en

  3. Sign in to your Google Account.

  4. Go to "Security" in the left sidebar.

  5. Scroll down to "2-step verification" and click on it.

  6. Scroll further down to "App passwords" and click on it. You may need to re-enter your password for security.

  7. Enter a custom name for the App Password.

  8. Click "Create" to generate a unique 16-character App Password.

  9. Save the generated App Password securely as it won't be visible again.

  10. Replace your regular Gmail account password in your application code with this App Password.

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository: git clone <repository-url>
  2. Install dependencies: npm install
  3. Start the development server: npm run dev

Contact to Dev

For more info You can ping me on Twitter - @codeguyakash