-
Notifications
You must be signed in to change notification settings - Fork 73
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
Plusmail not working anymore #76
Comments
Sry, i failed. The emails don't come to your inbox then. it has to be like: [email protected] instead of [email protected] |
If it is not set automatically Plusmail to perform well. |
If you buy your own domain and host mail for it, you can just use [email protected] |
The argument Upgrade Pikaptcha
Hotmail as plus mail
Run Pikaptcha with required arguments
|
It seems they have patched hotmail as well :/ |
hotmail.com was patched can confirm |
The plusmail trick got patched in ptc account creation. Its not working anymore.
To fix this "+" can be replaced with "."
I did replace the "+" in accountcreator.py with "." and its working fine again.
try_email = pm[0] + "." + try_username + "@" + pm[1]
The text was updated successfully, but these errors were encountered: