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

Configuration Error: Syntactically invalid HELO argument(s) #476

Open
Venom-KL opened this issue Mar 9, 2024 · 3 comments
Open

Configuration Error: Syntactically invalid HELO argument(s) #476

Venom-KL opened this issue Mar 9, 2024 · 3 comments

Comments

@Venom-KL
Copy link

Venom-KL commented Mar 9, 2024

Hello,

I recently stumbled upon this great utility. Yet, I have a small issue with setting upon the e-mail notifier. After running the program, it gives me the following error message:

[tgtg][__main__.py:main:216][ERROR] Configuration Error: (501, b'Syntactically invalid HELO argument(s)')

I would suppose it does have to do with the password which contains several special characters, but not sure how to work around with this. Or what could be another error be? I'm using the prebuilt binary with Windows 11.

Best regards
Venom-KL

@Der-Henning
Copy link
Owner

Der-Henning commented Mar 9, 2024

Hi @Venom-KL.
The Error you observe is returned by your SMTP server.
I guess you have a malformed hostname i.e. containing "_" on your local machine.
Can you check that?

@Venom-KL
Copy link
Author

Hey,

I just copied the important bits here. I also considered that the firewall could pose a problem, but after temporarily switching it off, it didn't seem to help.

[TGTG]
Username = username@freenet.de (does not contain any "_" or other special characters)
AccessToken = [retracted]
RefreshToken = [retracted]
UserId = [retracted]
Datadome = [retracted]

[SMTP]
Enabled = true
Host = mx.freenet.de
Port = 587
Username = username@freenet.de (does not contain any "_" or other special characters)
Password = [retracted]
TLS = true
SSL = false
Sender = 
Recipients = username@freenet.de (does not contain any "_" or other special characters)

@Der-Henning
Copy link
Owner

Hi @Venom-KL.
Sorry for my late response.
I meant the hostname of the system you are running the scanner on i.e. your windows computer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants