This is a frontend application for a bulk email sender built with Next.js.
Check out the live demo of the project here.
- Sending Bulk Emails
- Upload CSV file
- file name should be
clients.csv
file
- Also include email in the file
file = clients.csv
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
-
Make sure you have two-step verification enabled on your Gmail account. If not, enable it in your Google Account settings.
-
Visit the Google Account management page: https://myaccount.google.com/. or https://myaccount.google.com/security?hl=en
-
Sign in to your Google Account.
-
Go to "Security" in the left sidebar.
-
Scroll down to "2-step verification" and click on it.
-
Scroll further down to "App passwords" and click on it. You may need to re-enter your password for security.
-
Enter a custom name for the App Password.
-
Click "Create" to generate a unique 16-character App Password.
-
Save the generated App Password securely as it won't be visible again.
-
Replace your regular Gmail account password in your application code with this App Password.
To get started with the project, follow these steps:
- Clone the repository:
git clone <repository-url>
- Install dependencies:
npm install
- Start the development server:
npm run dev
For more info You can ping me on Twitter - @codeguyakash