Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsproali/email-sending-csv
Send bulk emial from a csv file
https://github.com/itsproali/email-sending-csv
csv email reactjs
Last synced: about 1 month ago
JSON representation
Send bulk emial from a csv file
- Host: GitHub
- URL: https://github.com/itsproali/email-sending-csv
- Owner: itsproali
- Created: 2023-01-05T16:33:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T15:43:53.000Z (about 2 years ago)
- Last Synced: 2024-11-06T06:33:38.735Z (3 months ago)
- Topics: csv, email, reactjs
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Email Sending from CSV File
### Live Website: [https://email-sending-csv.web.app/](https://email-sending-csv.web.app/)
### Source Code: [https://github.com/itsproali/email-sending-csv](https://github.com/itsproali/email-sending-csv)
## Features:
- Login with Google Account.
- CSV file read and show as Table.
- Sending email to any (valid) user.
- Email will go to the primary mailbox (won't go to spam).
## Documentation:
**Step - 01**: Press Continue with Google
**Step - 02**: Click on Browse File and Upload a CSV File.
CSV file should have this format...!
```
1. Emails // First Row wouldn't count or show
2. [email protected]
3. [email protected]
4. [email protected]
....
```**Step - 03**: Hit the Import Button after uploading a CSV file.
**Step - 04**: You will see all the emails of the selected CSV file. Just click on "Send Email" button whom you want to send the email.
**Step - 05**: You will be notify that your email has been sent or not.
**Note:** I am using all the Free versions of Email services for development. So, I had to compromise some features. But I could provide all features in Real life / Production.
## Technology Used:
- React
- Material UI
- Firebase
- React Router Dom
Thank you so much for viewing this project. Explore my Other projects [here](https://github.com/itsproali). Also you can visit my Portfolio: [https://itsproali.netlify.app/](https://itsproali.netlify.app/)