Jump to content
UBot Underground

Send Html Emails From Yahoo Webmail(Not Smtp)


Recommended Posts

hi,need some help

 

Im trying to send HTML Emails direct from Yahoo WebMail(not SMTP direct from webmail)

so,i dont understand how to send html text

When i sent html text direct via browser(without Ubot) i open html text in browser,copy the browser contain and paste it to email body

 

but have no idea how to make that with uBot

 

*NOTE: Direct from WebMail,not using SMTP

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

If just want send emails, you can try foxmail first.

thank for your reply but can not use foxmail

 

i want to send only with ubot(without any additional soft) if its possible

i need it only with ubot because i have to integrate it with sql and other function

Link to post
Share on other sites

"Compose" can't be clicked.  Really don't know why.

 click(<innerhtml="Yahoo Mail">,"Left Click","No")
 wait(2)
 click($element offset(<class="composeicon">,0),"Left Click","No") 

to click "Compose" and send txt email its not a problem,can be easy done

 

but to send html email - i dont know how

Link to post
Share on other sites

Can't find <class="composeicon">.

yaelerobertsonvrv@yahoo.com----vtefaYHr6

carly_kingxncb@yahoo.com----UrPgfdUhr

 

Try: choose an element by taking a picture of it in the browser?

Link to post
Share on other sites

Can't find <class="composeicon">.

yaelerobertsonvrv@yahoo.com----vtefaYHr6

carly_kingxncb@yahoo.com----UrPgfdUhr

 

Try: choose an element by taking a picture of it in the browser?

my script work with finding <class="composeicon">

 

i assume you can not find it because of useragent,try to set an other useragent,not default

 

also,you could find element by taking a picture,but in this cause you should use the same useragent(with random useragent not always will find image)

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

my script work with finding <class="composeicon">

 

i assume you can not find it because of useragent,try to set an other useragent,not default

 

also,you could find element by taking a picture,but in this cause you should use the same useragent(with random useragent not always will find image)

 

Hi thanks. I will try your advice.

"find element by taking a picture"--OH WOW

 

post-16819-0-95388000-1433726582_thumb.png

Edited by wheraix00
Link to post
Share on other sites
 click(<innerhtml="Yahoo Mail">,"Left Click","No")
 wait(2)
 click($element offset(<class="composeicon">,0),"Left Click","No") 

to click "Compose" and send txt email its not a problem,can be easy done

 

but to send html email - i dont know how

 

Sorry dude.  Haven't read it carefully.  Have to admit I'm little "slow“ now .

Are you using Mail Basic?  What user agent ?

Edited by wheraix00
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...