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

[Solution] Permanent Fix for Discord Banning TempMail Domains #59

Open
FuckingToasters opened this issue Sep 15, 2022 · 5 comments
Open
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@FuckingToasters
Copy link

FuckingToasters commented Sep 15, 2022

I noticed that a few Users here have the issue where discord tells you that the email is invalid even if they don't.

The reason for this isn't that the domain is blocked, the actual issue is that the IP tempmail.io tells you to add is blocked by discord.
If you switch the dns records to https://app.improvmx.com, it will redirect the mails to your inbox (catch all) without any issue.

Now if you decide to do this, the tempmail api isn't used anymore so the code need to be rewritten to use imap to extract the verification link.

Looking at the main.py file in around line 700 you see which code is responisble for extracting the mails, this need to be edited.

If you can't code than that's fine. I solved it and published it in a fork.
https://github.com/FuckingToasters/DiscordGenerator

@MystycTrolls
Copy link

I can't get it to install playwrite in your resp I'm not sure what the problem is my git and pip are up to date.

@Vinyzu
Copy link
Owner

Vinyzu commented Sep 18, 2022

This will also be solved in my next update, and it wont take any work to set it up.

@FuckingToasters
Copy link
Author

I can't get it to install playwrite in your resp I'm not sure what the problem is my git and pip are up to date.

You might want to check if your antivirus deleted some files. There den be a bunch of issues and i cent help you if you don't tell me what the actual issue is. It's like "I need help with python" without mentioning with what exactly you need help with. You could need help with imports, a specific module etc. So please provide us more detail.

@Vinyzu
Copy link
Owner

Vinyzu commented Sep 21, 2022

Fixxed in 756939f .
The solution isnt permanent however cause i have to update domains regularly as discord bans them
Ill keep this issue open for those who want to have a permanent solution with a bit of more work.

@Vinyzu Vinyzu changed the title Solution for Invalid Mail Error [Solution] Permanent Fix for Discord Banning TempMail Domains Sep 21, 2022
@Vinyzu Vinyzu added enhancement New feature or request wontfix This will not be worked on labels Sep 21, 2022
@FuckingToasters
Copy link
Author

Update: The Mail code is now located in modules/discord.py and nit in the main file anymore.

@Vinyzu Vinyzu pinned this issue Sep 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants