kumarabhirup / bulk-mail-cli

Do quick, hassle-free email marketing with this small but very powerful tool! 🔥
https://bulkmail.now.sh
GNU General Public License v3.0
121 stars 24 forks source link

Non-Compatible with SSE from Amazon (AWS) Error below #34

Open inglesuniversal opened 3 years ago

inglesuniversal commented 3 years ago

{ "credentials": { "email": "myemail@mydomain.com", "host": "email-smtp.us-west-1.amazonaws.com", // depends on what service you are using "username":"A*****", "password":"XXXXXXXXXXXXXXXXXXXXXXXXX", "port": 587, // 465 / 587 "secureConnection": true // boolean: true | false }, "mail": { "subject": "Good morning {{fname}} {{lname}}! Just wanted to say hi!", "from": "INGLES UNIVERSAL username@mydomain.com", // keep the format "to": "leads.csv", // path to csv (relative to where this file is) "theme": "themes/Newsletter/theme.html", // path to csv (relative to where this file is) "attachments": [ // relative path to the attachment files. Keep this array empty if no attachments. // SEE THE EXAMPLES BELOW. { "filename": "{{fname}}'s Demo CSV.csv", // You may use string patterns in fileName "path": "leads.csv" // You may use string patterns in path too! }, { "filename": "{{fname}} {{lname}}'s Resume.pdf", "path": "https://raw.githubusercontent.com/KumarAbhirup/resume/master/Kumar%20Abhirup%20CV.pdf" } ] }, "configuration": { "mailInterval": "/10 ", // Cron Expression: To mail every 10 seconds [ >= 10 seconds recommended ] "verbose": true // boolean: True if you want a log of the live process in the terminal. } }

ERROR SHOWN: Attempts to connect your email account has failed.

nkosi23 commented 3 years ago

I am hitting the send problem independently from Amazon AWS. Desperately looking for instructions to connect to an SMTP server not requiring authentication (it is not accessible from the internet, and only accessed through an SSH tunnel). Thunderbird allows to supply a simple user name without needing to supply a password.

inglesuniversal commented 3 years ago

For your information... I ended up going through an external company to solve my basic Email needs.

https://www.noip.com/

echan00 commented 1 year ago

i'm also using AWS SES and having trouble connecting to the smtp host... what could i be doing wrong

echan00 commented 1 year ago

Nevermind i got it! I was using the wrong port

mycloudvip commented 1 year ago

@echan00 port 465 && 587 are the two most common