Questions tagged [yahoo-mail]

The Yahoo mail system.

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

170 questions
2
votes
1 answer

Is there a way to prevent Yahoo! mail from displaying the mobile version of your HTML e-mail without breaking the mobile version on Blackberry OS 6?

I'm working on an HTML e-mail and have run into an issue ( go figure ). As it turns out, Yahoo! Mail inexplicably gives precedence to the @media stylesheet, using the CSS styles defined within, over any inline styles in the HTML email. The issue,…
Michael Armstrong
  • 371
  • 1
  • 5
  • 16
1
vote
0 answers

Link is treated as normal text in Yahoo mail

On registration on my site i am sending activation message to user that contains a activation link on clicking that link mail id is varified. The link is properly shown in gmail but yahoo mail is not showing it as a link it is showing simply as text…
xrcwrn
  • 5,339
  • 17
  • 68
  • 129
1
vote
1 answer

My HTML email is displaying Serif instead of Sans-serif in Yahoo Mail

I have a newsletter almost ready to send in HTML format, and I've succeeded in making it look almost identical across all the major email clients and web mail services (Outlook, Gmail, Yahoo Mail, Hotmail, AOL, etc. -- yeah, not an easy task at…
Estrada
  • 157
  • 1
  • 1
  • 10
1
vote
1 answer

Opening Yahoomail app from a flutter app using urllauncher not working

Trying to launch yahoo mail app with URL launcher package but it is not working. Trying to launch yahoo mail app with URL launcher package but it is not working. Tried all possibilties but not working, working smoothly in IOS but not on android --…
Subin Saji
  • 11
  • 1
1
vote
0 answers

yahoo mail error 550, b'Request failed; Mailbox unavailable'

So this code works for gmail, when i tried it on yahoo mail i get this error, (550, b'Request failed; Mailbox unavailable') mail = imaplib.IMAP4_SSL(imap_server) mail.login(emaill, pwd) # select the label to work on print('selecting inbox…
user15317824
  • 370
  • 6
  • 15
1
vote
1 answer

This message always puts me into the yahoo blacklist temporarily. Is there anything wrong with it?

When ever I send this message to yahoo, I get a temporary block right after. I only sent it to myself, so no spam reporting done there. # all variables declared before... $mail = new PHPMailer(true); $mail->isSMTP(); $mail->Host =…
Example person
  • 3,198
  • 3
  • 18
  • 45
1
vote
1 answer

Have yahoo stopped their contacts API?

I need to access the yahoo contacts API but when I create an app in developer console, the contacts API permission is not available. So I selected all permissions and I followed authorization code flow. The first problem I faced is when I set scope…
Mahdi N
  • 2,128
  • 3
  • 17
  • 38
1
vote
0 answers

How does Yahoo handle input considering you cannot modify its frontend to affect the email you send?

I was doing some research with emails and I believe I found an interesting technology, perhaps something very powerful from a cyber-security perspective. If you open a Yahoo email in Google Chrome and click "Forward", you can do so with the…
1
vote
0 answers

Java javax.mail.MessagingException: Could not connect to SMTP host: smtp.mail.yahoo.com, port: 587

I create an api to send email via yahoo. On start a get an exception. My SendMail class: import com.emo.api.MailService; import com.emo.api.model.MailModel; import org.springframework.beans.factory.annotation.Autowired; import…
emoleumassi
  • 4,881
  • 13
  • 67
  • 93
1
vote
1 answer

The SMTP server has unexpectedly disconnected

My application(developed in .net core and hosted on azure) has email client feature. My clients tries to configure yahoo accounts by managing app password but after successful configuration, they face incorrect password and exception logged behind…
Disha Sharma
  • 11
  • 1
  • 3
1
vote
0 answers

Temporary block from yahoo

For quite some time we have been getting the following error from yahoo: mail.log:6452:Apr 22 19:21:06 aegir postfix/smtp[8997]: 87BCF4C93F: host mta7.am0.yahoodns.net[67.195.228.110] said: 421 4.7.0 [IPTS04] Messages from 188.93.125.68 temporarily…
1
vote
0 answers

Yahoo is not receiving an email from swift mailer

I have a system that are sending an email confirmation to the email of the user. The user use a yahoo account,He did not receive any confirmation email. I dont have any idea what is the problem. Here is my code: fos_user: db_driver: orm #…
1
vote
2 answers

Cannot delete emails of domain .co.jp type

I have written java code using java mail API. Which does the following things for IMAPs account: Mark mail as read/Unread. Send/Delete mails. My code works well for most of IMAP mail accounts. I am fetching the mails based on their UID. But…
Jennis Vaishnav
  • 331
  • 7
  • 29
1
vote
2 answers

Mailbox unavailable. The server response was: Requested mail action not taken: mailbox unavailable

I'm unable to send an email using the yahoo client. The same code & port works fine with gmail credentials. Testing this in my local system. var fromAddress = new MailAddress("myname@yahoo.com", "My Name"); var toAddress = new…
sukesh
  • 2,379
  • 12
  • 56
  • 111
1
vote
1 answer

Reading Yahoo Mails with PHP is possible?

Basicly what I'm trying to do: 1- login to Yahoo Mail. 2- getting mails (with both content and sender) into a string. I'm able to send emails (from Yahoo Mail) by using phpmailer class. But I haven't done anything for reading mails. Also I couldn't…
ahe
  • 761
  • 1
  • 6
  • 6