-
Notifications
You must be signed in to change notification settings - Fork 197
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
alert email settings #105
Comments
Looks like you got a connection refused from Googles' servers. This is a configuration error on the client side(your end). |
could you be more specific? i dont know how to fix it |
you have to use a valid username and password |
i used the correct username and password in config file, and i got emails alert but it shows tcp and udp ports i couldn't bind to. |
did you follow the guide that gmail and google gives for external/custom email clients? because it doesnt sound like you followed the guide. |
well yea, if the port is already in use you wont be able to bind a second program onto that port. Im confused here, are you trying to have a client send emails through googles smtp servers or are you trying to host your own smtp server? |
to be honest, i dont know how to let my honeypot send emails to my own email account, so literally the smtp account and password is my gmail account and then use it to send alerts to my another own email. (guess because honeypot hasn't got a email server on it not sure) |
If i remember correctly, Google only allows specific user-agents or smtp clients to interact with or send email over their SMTP ports. I ran into this issue awhile ago, and had to refer back to googles guide on how to connect an smtp client to their smtp ports, and found they only really allow thunderbird or outlook. For the full implementation of an SMTP client, you may need to consult the RFC on SMTP to understand how the protocol works. https://support.google.com/mail/answer/7126229?hl=en |
i can receive the email alert as i said, in my outlook email account.. i dont know how to bind these ports if it is already in use. which set of commands i can type? |
in the ports section go through the list currently in the config file and see if there are any conflicting ports and remove them. |
yeah thx fixed, i killed the process |
i left the email setting "open relay", and i got this error
The text was updated successfully, but these errors were encountered: