Questions tagged [yahoo-mail]

The Yahoo mail system.

Yahoo! mail is Yahoo!'s free web-based email service.

170 questions
2
votes
1 answer

How to read latest email from Yahoo mail using pop3 c#

I want to read email from my yahoo mail account. I am using "OpenPop.Pop3" to read email from my yahoo mail account, I am using below code :- using OpenPop.Pop3; public DataTable ReadEmailsFromId() { DataTable table = new DataTable(); …
Nayan Katkani
  • 806
  • 8
  • 18
2
votes
2 answers

Sending emails using Yahoo SMTP

Hi I have built a website and I would like to send & receive emails to and from my existing yahoo account. Using the following code const string smtpHostAddress = "smtp.mail.yahoo.com"; const string adminEmailAddress =…
Paul
  • 620
  • 11
  • 35
2
votes
2 answers

Yahoo app now displaying text

I have this email that is acting strange on Yahoo's iOS app (haven't tested on Android). My text is not displaying at all. It's a single row. It renders and looks fine on every device I've tested except Yahoo's iOS app. Help!
brando
  • 161
  • 1
  • 2
  • 13
2
votes
2 answers

Yahoo changes width to min-width on td

Sorry, not 100% certain if this belongs here or Super-User group but... I have an html email, with 4 icons that I want centered and slightly spaced. So, I have a table with 4 set width cells and an extra empty one on either side.
Randy Hall
  • 7,716
  • 16
  • 73
  • 151
2
votes
2 answers

Yahoo mail replacing inline width with min-width

In the last days we have seen how our newsletters doesn't print as they use to do in Yahoo Mail. Some elements are taking more space that they were supposed to take. After some checking we have seen that width attributes in our inline styles…
barraquito
  • 168
  • 9
2
votes
2 answers

Url to create mail directly in outlook.com and yahoo

I would like to create a contact button that let user choose how to send the email : I would like to have 3 options at least (4 would be great) : Desktop email software -> DONE : href="mailto:exemple@mail.com?subject=Contact…
Romain Derie
  • 516
  • 7
  • 17
2
votes
1 answer

Can I make my application open up a new email in yahoo mail or gmail web clients?

I'm building an address book application. I'd like to allow users to click on a contact in my application, and be directed to their yahoo or gmail webmail, to the compose page, with the "to" field populated with data that I supply. Is this possible?
morgancodes
  • 25,055
  • 38
  • 135
  • 187
2
votes
1 answer

Why does Python (with twill) not want to log me in to a Yahoo mail box here?

Can anyone, please, explain to me what's going on here. It seems that Python refuses to work (with twill) when I am trying to log in to my mailbox on Yahoo: Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] on win32 Type…
brilliant
  • 2,805
  • 11
  • 39
  • 57
2
votes
0 answers

There is any option to remove underline from anchors in html emails

It's a signature and need to remove it, it's shows up in gmail,yahoo and outlook.com added text-decoration: none !important;. it's ignoring the : .ii a[href] { color: #15c; text-decoration: none !important; } in gmail. The Signature is…
nim
  • 31
  • 5
2
votes
3 answers

Gmail and Yahoo Mail contacts import in PHP

I am using php5 and I am trying to import my contacts from my Gmail and Yahoo Mail and want to store in my database... I don't know how to get started? Any suggestions?
user326638
2
votes
3 answers

Hyperlink in yahoo mail is not clickable

i am using following php code to send email to different mailing servers in wordpress. home_url value = http://ipaddress/website/ $url= home_url()."/?page_id=309&pin=".$pin; $to=$email; $subject="Registration Successful ! "; …
UMAR-MOBITSOLUTIONS
  • 77,236
  • 95
  • 209
  • 278
2
votes
4 answers

phpmailer with yahoo not working under any setting

so i have been working with gmail and using php mailer and it was working fine. i tried to do the same with yahoo mail but it doent seem to work. i have tried various ports and settings but it isnt working. here is the code:
user3262344
  • 125
  • 2
  • 4
  • 12
2
votes
1 answer

Non Standard Web Address Format

We sent mails to customers in our application which has a link in it. In yahoo and Hotmail, whenever the customer clicks on the link it displays following warning alt text http://img691.imageshack.us/img691/5402/warningp.jpg The URL is long…
Gopi
  • 5,656
  • 22
  • 80
  • 146
2
votes
2 answers

How to send an email by Smalltalk application using Gmail / Yahoo / Outlook

Is it possible to send an email from Smalltalk using a Gmail account? I have configured my company mail server with Smalltalk to send email, but that's not going to cut it when I distribute the application. Answers with any of using Outlook, Yahoo…
2
votes
1 answer

Yahoo IMAP UID+ COPYUID broken?

It seems the COPYUID functionality in Yahoo's IMAP UID+ is not at all working. e.g. our task that moves messages receives the trace: S: C32 OK [COPYUID 1348693428 122572 122552] COPY completed We log into the box and verify uidvalidity: S: * OK…
djechlin
  • 59,258
  • 35
  • 162
  • 290
1 2
3
11 12