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

Using separate emails for creation and verification #3

Open
febs opened this issue Mar 30, 2017 · 1 comment
Open

Using separate emails for creation and verification #3

febs opened this issue Mar 30, 2017 · 1 comment

Comments

@febs
Copy link

febs commented Mar 30, 2017

Hello, would it be possible to use a domain (as zoho.eu) for the account creation and another (like: gmail) for their verification? Of course the email received by zoho.eu would be forwarded to the gmail account.

Also, by trying to use gmail only:
sudo monogen -r 7231789289241242467244 -e address@gmail.com -av True -gp googlepass

I get a syntax error:
monogen: error: unrecognized arguments: True

Thank you

@ventapokimos
Copy link

@febs You can specify the google account using -gm username@gmail.com -gp password.

But this cause an error for me.
Processing mailbox...
Generic Exception: Traceback (most recent call last):
File "c:\users\mark_\appdata\local\programs\python\python36\lib\site-packages\monogen\console.py", line 190, in entry
email_verify(args.googlemail, args.googlepass)
File "c:\users\mark_\appdata\local\programs\python\python36\lib\site-packages\monogen\gmailv.py", line 53, in email_verify
proc_mail(M)
File "c:\users\mark_\appdata\local\programs\python\python36\lib\site-packages\monogen\gmailv.py", line 22, in proc_mail
if subjmsg.find("Trainer_Club_Activation") != -1:
TypeError: a bytes-like object is required, not 'str'`

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