Skip to content

The frontend is a user-friendly React.js interface, integrating NextAuth.js for secure Google authentication. It's designed for easy navigation, responsive layouts, and seamless CSV file uploads for bulk email sending.

Notifications You must be signed in to change notification settings

codeguyakash/broadmail

Repository files navigation

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
example@gmail.com
example@gmail.com
example@gmail.com
example@gmail.com
example@gmail.com



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

About

The frontend is a user-friendly React.js interface, integrating NextAuth.js for secure Google authentication. It's designed for easy navigation, responsive layouts, and seamless CSV file uploads for bulk email sending.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published