Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
inglesuniversal opened this issue Nov 22, 2020 · 5 comments
Open

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

inglesuniversal opened this issue Nov 22, 2020 · 5 comments
Labels
🕷 BUG BUG, BUG, BUGGG! 💚 Enhancement Suggestion for improval

Comments

@inglesuniversal
Copy link

inglesuniversal commented Nov 22, 2020

{
"credentials": {
"email": "[email protected]",
"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 [email protected]", // 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
Copy link

nkosi23 commented Jun 1, 2021

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
Copy link
Author

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

https://www.noip.com/

@kumarabhirup kumarabhirup added 💚 Enhancement Suggestion for improval 🕷 BUG BUG, BUG, BUGGG! labels Jun 2, 2021
@echan00
Copy link

echan00 commented Apr 5, 2023

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

@echan00
Copy link

echan00 commented Apr 5, 2023

Nevermind i got it! I was using the wrong port

@mycloudvip
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🕷 BUG BUG, BUG, BUGGG! 💚 Enhancement Suggestion for improval
Projects
None yet
Development

No branches or pull requests

5 participants