Jump to content
UBot Underground

Email command error


Recommended Posts

Ok i've started to play around the EMAIL COMMAND

 

I'm trying to click on links from certain emails on a gmail account

 

 

connect to mail server("IMAP With SSL", "whatever@gmail.com", "whatever", "imap.gmail.com", 993) {
    create table from emails(&emailsreceived)
    verify emails("[Verify your email] .*", "http://thesite.com/whatever.php.id=.*&userid=.*", "None")
}

Notice i have added a wildcard for the email title  [Verify you email] is always in the messages by the way.

Wildcard added also for the

id=

and the

userid=

in the url

 

But i get:

 

"Object reference not set to an instance of an object"

 

when i run the node. I do see in the debugger the emails alrght.

 

Let me know

Thanks

Link to post
Share on other sites
  • 2 months later...

Damn i'm still getting this. Don't know how to handle this.

 

hi, have you been able to solve this? i came here, because i'm experiencing the same error message and would be much interested in a possible solution.

Link to post
Share on other sites

oh, i just figured out the glitch - my stupidity. i was trying to send an email while connected to my mailbox via imap. i created another connect to mail server and this time via smtp and it works like a charm.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...