Skip to content

Simple api to send cold emails using a csv of data

Notifications You must be signed in to change notification settings

Devansh-Walia/coldly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements:

  • rustc 1.84.0 or above

install from here

Configurations:

Please read the docs to get instructions on how to configure the env to your email.

How to use:

start the server using

cargo run

we can also use nodemon to rebuild on incremental changes (if you want to change something)

    npx nodemon --exec "cargo run" ./src/main.rs

To send emails using the API, you can use the following curl command:

curl --location 'http://localhost:8080/send-emails' \
--form 'file=@"/path to emails.csv"'

Replace "/path to emails.csv" with the actual path to your CSV file containing the email addresses.

or you can copy the above cURL and paste in postman, attach the file there and then send the email

About

Simple api to send cold emails using a csv of data

Resources

Stars

Watchers

Forks

Languages