Jump to content
UBot Underground

[SELL] Ubot Email Plugin - SuperCharge Your Ubot Bots!


Recommended Posts

failed to send email using gmail smtp on v1.3.4

 

rolling back to v1.3.2 and all back to normal

 

anyone has same situation?

 

Last time i checked it was working fine!

did you try with another gmail account ?

whats the error message you are getting ?

Link to post
Share on other sites
  • Replies 229
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

Put Your Email Marketing Efforts Into Hyper Drive using this Ubot email plugin ! An all in one solution For Ubot Users to send/download emails super fast and hassle free     List Of comm

Hi Aymen,     Before buying i wanted to ask you something.   When downloading the emails into a list, is there a way to see the senders email? Couldnt check that out from the video.     TY

Test Results:   Test with Plugin Version: 1.3.5.0 Same results with Outlook.com / Hotmail   POP Test with Gmail (SSL via 995)   plugin command("emailplugin.dll", "pop container", "pop.gmail.com", 995,

Posted Images

Last time i checked it was working fine!

did you try with another gmail account ?

whats the error message you are getting ?

 

last smtp message : false

 

getting same errors for other gmail account

Link to post
Share on other sites
  • 4 weeks later...

alert($plugin function("emailplugin.dll""$imap test connection"))

is not working for me.

 

Using it in a smtp container of course.

 

Connect to mail server works fine with exactly the same settings.

 

Tested it with SSL and without. Ports are configured correctly. No proxies in use.

Tried it also with my google account and a hotmail account.

 

 

Dan

Link to post
Share on other sites

alert($plugin function("emailplugin.dll""$imap test connection"))

is not working for me.

 

Using it in a smtp container of course.

 

Connect to mail server works fine with exactly the same settings.

 

Tested it with SSL and without. Ports are configured correctly. No proxies in use.

Tried it also with my google account and a hotmail account.

 

 

Dan

 

you need to use smtp test connection instead

Link to post
Share on other sites

Oh an by the way...

 

If you get a TRUE.. and you change on of the imap container parameters (Password) to something that definitely doesn't work. 

you still will get a TRUE. 

 

Dan

Link to post
Share on other sites

do you provide any discounts for previous customers?

I have paid for a few of your plugins/tools:
 

Socket Code Generator◄◄   

 

HTTP POST plugin

 

Csharp Compiler Plugin◄◄


Just figured id ask. 

Link to post
Share on other sites

-Pop emails to table Bug

 

http://screencast.com/t/zEiCRKT4eXc

 

-And Proxy Don't working.

 

i'm working on an update for this plugin

hopefully this issue will be fixed !

 

do you provide any discounts for previous customers?

 

I have paid for a few of your plugins/tools:

 

Socket Code Generator◄◄   

 

HTTP POST plugin

 

Csharp Compiler Plugin◄◄

Just figured id ask. 

 

sure pm me i can make you a nice offer

Link to post
Share on other sites
  • 3 weeks later...

 ı m waiting 23 Days, plese multi thread update...

 

There is really nothing wrong with the plugin !

The problem is from the the ubot local variables!

 

there is couple of work arounds you can use to baypass that issue!

Link to post
Share on other sites

PS : i'll throw in an update for this one in about a week or 2 !

 

PPS : for those saying that the plugin doesn't support multi threading , it is not the plugin's fault if the local variables share values across all threads , this is not new and it is a known issue for a long time !

 

All the plugins commands and functions are thread safe and should work in multi threading mode , anything related to ubot is out of my reach !

 

Regards,

Link to post
Share on other sites

it is not the plugin's fault if the local variables share values across all threads , this is not new and it is a known issue for a long time !

 

Hey Aymen, but it only happens when we try set data with external plugin functions, right? (at least that's my experience)

 

(p.s.: it could still be a ubot bug, I'm just asking)

Link to post
Share on other sites

Hey Aymen, but it only happens when we try set data with external plugin functions, right? (at least that's my experience)

 

(p.s.: it could still be a ubot bug, I'm just asking)

 

Yes , the local variables are built to be used with the core functions only , that is why many face a lot of problems when they try to use ti with other things except the browser commands/functions!

 

But i created workarounds so people don't blame me for other peoples mistakes :

For example one can save threads data to files , based on the thread id as name so then you can save the data to files and retrieve those data based on the thread id!

 

Local dictionary won't work with some plugins that uses containers because for some reason a non container command (set local ditionary for instance) is somehow seen by the API as a container and therefore will cut down the relationship between the main container and the function executed inside that container and the set local dictionary command that is used to store that data will be seen as the main container instead !

 

I may have plans to rewrite the whole plugin to bypass this issue caused by the local variables , but that's a long shot!

Link to post
Share on other sites

Yes , the local variables are built to be used with the core functions only , that is why many face a lot of problems when they try to use ti with other things except the browser commands/functions!

 

But i created workarounds so people don't blame me for other peoples mistakes :

For example one can save threads data to files , based on the thread id as name so then you can save the data to files and retrieve those data based on the thread id!

 

Local dictionary won't work with some plugins that uses containers because for some reason a non container command (set local ditionary for instance) is somehow seen by the API as a container and therefore will cut down the relationship between the main container and the function executed inside that container and the set local dictionary command that is used to store that data will be seen as the main container instead !

 

I may have plans to rewrite the whole plugin to bypass this issue caused by the local variables , but that's a long shot!

 

Wow! Thanks for the info, that was interesting.

Link to post
Share on other sites

Yes , the local variables are built to be used with the core functions only , that is why many face a lot of problems when they try to use ti with other things except the browser commands/functions!

 

But i created workarounds so people don't blame me for other peoples mistakes :

For example one can save threads data to files , based on the thread id as name so then you can save the data to files and retrieve those data based on the thread id!

 

Local dictionary won't work with some plugins that uses containers because for some reason a non container command (set local ditionary for instance) is somehow seen by the API as a container and therefore will cut down the relationship between the main container and the function executed inside that container and the set local dictionary command that is used to store that data will be seen as the main container instead !

 

I may have plans to rewrite the whole plugin to bypass this issue caused by the local variables , but that's a long shot!

 

That is a very interesting post Aymen.

 

Could the http container have the same issue with local dictionary? Or does that work?

This could be the reason for my issues with http container. Because I was using the large data plugin within the http container.

 

 

For example one can save threads data to files , based on the thread id as name so then you can save the data to files and retrieve those data based on the thread id!

 

 

Not sure if I understand that correctly? How and when would we use that?

 

 

PS: Do you have a small hint when we could expect an update for http plugin and code generator? Just a rough estimate :-)

 

Dan

Link to post
Share on other sites

That is a very interesting post Aymen.

 

Could the http container have the same issue with local dictionary? Or does that work?

This could be the reason for my issues with http container. Because I was using the large data plugin within the http container.

 

 

 

Not sure if I understand that correctly? How and when would we use that?

 

 

PS: Do you have a small hint when we could expect an update for http plugin and code generator? Just a rough estimate :-)

 

Dan

 

First the http post plugin will be changed slowly to not reply on the http container , and it was designed to work with the local dictionary so that won't be a problem to you usually errors are related to "bad object casting"

 

I just postponed by projects to resume next week so i'll spend this time to make all the plugins updates required !

 

Regards

Link to post
Share on other sites

First the http post plugin will be changed slowly to not reply on the http container , and it was designed to work with the local dictionary so that won't be a problem to you usually errors are related to "bad object casting"

 

I just postponed by projects to resume next week so i'll spend this time to make all the plugins updates required !

 

Regards

 

Awesome! Looking forward to it. 

I have sent you the word summary file via skype.

 

Dan

Link to post
Share on other sites

I'm working on an update for this plugin and will be released in few days!

If that's what you mean ...

 

 

Regards,

Link to post
Share on other sites

Can I use spinned text on Sending?

Also can I include column data from a table row as a template for message? For example names and so?

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...