Questions tagged [yahoo-mail]

The Yahoo mail system.

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

170 questions
0
votes
2 answers

Yahoo Group Authentication

Is it possible to verify that an email address is a member of certain yahoo group? For example if user sign in with openId, can we autheticate he is member of any group?
anergy
  • 1,374
  • 2
  • 13
  • 29
0
votes
1 answer

Sending bulk emails

I'm in the process of developing a product which will send emails. For context, it is for hospitals that want to email patients for a number of reasons. i.e. it's not a spam system. It's a Windows product and I'm on a budget and I don't have access…
Mark Roworth
  • 409
  • 2
  • 15
0
votes
0 answers

Mutt on Linux has empty text attachments that appear in Yahoo Mail

I'm trying to set up a script on my VPS where it'll email backup files. I found that mutt seems to be the email to use for attachments, but I'm getting a weird text file appearing in each email and can't figure out why. The text file is a few dozen…
Peter
  • 3,186
  • 3
  • 26
  • 59
0
votes
3 answers

Laravel Send Mail with Yahoo SMTP: Swift_TransportException Expected response code 250

I wanna to send mail with Yahoo SMTP service but return error in Laravel 5.5: Expected response code 250 but got code "550", with message "550 Request failed; Mailbox unavailable " Before that I tested send mail with Gmail SMTP service, every…
Ehsan Ali
  • 1,362
  • 5
  • 25
  • 51
0
votes
0 answers

How can Gmail still access yahoo mails using OAuth when yahoo has disabled this feature

I am trying to develop an email client application but yahoo mails are not accessible as they have removed the scope of email from the developer console at the time of app creation on Yahoo developer console. But how can gmail and few other email…
Manish Patiyal
  • 4,427
  • 5
  • 21
  • 35
0
votes
1 answer

Where are the Yahoo's current security standards for third party email clients

What/Where are the current security standards to make an email client that allows yahoo mails to be retrieved without enabling access to less secure apps setting on Yahoo account. The line below from this link says, Make sure that your third party…
Manish Patiyal
  • 4,427
  • 5
  • 21
  • 35
0
votes
1 answer
0
votes
1 answer

Debugging PHP Mail with phpmailer and XAMPP to Yahoo email

I've downloaded the latest update of XAMPP which pretty much messed up my old config. I was at one point able to send basic mail() with PHP but once I updated it stopped. I researched a bit and everyone recommended Zend or PHPMailer. I tried…
Chenelle
  • 187
  • 1
  • 6
  • 15
0
votes
0 answers

Firebase Dynamic Link DMARC Error Android

I have been using Firebase Dynamic Links in my app for users to send email invites to other users. However, a user reported that using a Yahoo! email blocks her email invites with this error: 550 5.7.1 unauthenticated email from yahoo.com is not…
Dale Julian
  • 1,560
  • 18
  • 35
0
votes
0 answers

Yahoo Email listner to fetch mail from yahoo mail account in java

I wanna know how to fetch new email which just came in my yahoo mail inbox using java code. Instead of using a time-interval based job I want that whenever a new mail arrives in my yahoo mail inbox, then only it should trigger my server. Something…
Kamaldeep Singh
  • 765
  • 2
  • 8
  • 28
0
votes
2 answers

programmatically log into Yahoo/MSN(Hotmail) using python Django code and get the contact list?

Is there a way to programmatically log into Yahoo!, providing email id and password as inputs, and fetch the user's contacts? I've achieved the same thing with Gmail, using BeautifulSoup.py Yahoo Address book API provides BBAuth, which requires the…
Shreeyansh Jain
  • 1,407
  • 15
  • 25
0
votes
2 answers

HTML mailto Yahoo Mail with recipient name

I would like to add the names of the recipients in a html mailto link for Yahoo Mail users. I know that they can set Yahoo Mail as a default handler or mailto: links, but I have a particular use case where solving this could be helpful. Currently, I…
Azeame
  • 2,322
  • 2
  • 14
  • 30
0
votes
1 answer

How to read mail content through c# console application

MailRepository rep = new MailRepository("imap.mail.yahoo.com", 993, true, @"xxxxx@yahoo.com", "*******"); foreach (Message email in rep.GetUnreadMails("Inbox")) { //Console.WriteLine(string.Format("

{0}: {1}

{2}

", email.From,…
Ilaya Bharathi
  • 93
  • 1
  • 14
0
votes
2 answers

Yahoo incorrect username or password?

I created yahoo email via web interface, have enabled pop3 access(set auto), but still get following error: poplib.error_proto: -ERR [AUTH] (#MBR1212) Incorrect username or password. My python script. import poplib oMailBox =…
comalex3
  • 2,497
  • 4
  • 26
  • 47
0
votes
0 answers

Yahoo mail content displaying as base64 string

I'm using Mvc mailer to send Html Emails to external domains, I am able to send mails to all domains var mailMessage = new MvcMailMessage { Subject = "sample mail" }; mailMessage.IsBodyHtml = true; mailMessage.To.Add("test@gmail.com"); var…
buvi suri
  • 173
  • 1
  • 14