Questions tagged [yahoo-mail]

The Yahoo mail system.

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

170 questions
1
vote
0 answers

Email sent from Rails to yahoo users not delivered

I'm facing following issue: I send emails from rails using Mailer, it goes fine to all recipients except users with xxx.yahoo.com account. I tried sending it using SMPT of Gmail SendGrid In none of the case it is delivered. It gives me following…
Rajesh Naik
  • 407
  • 8
  • 17
1
vote
1 answer

how can check pragmatically yahoo email exist or not exist?

I'm writing this code for check yahoo account but cant response yahoo? I need write service like this site (verifyemailaddress.io) The best you can do to verify if an email address is real is to verify if there is a mail server registered to the…
ehsan sha
  • 83
  • 2
  • 9
1
vote
1 answer

Why does Yahoo! repeat headers in DKIM signatures?

"h" field of Yahoo! DKIM signature: h=From:Subject:Date:To:From:Subject; Is there any actual benefit to repeating headers in a DKIM signature?
ATLief
  • 428
  • 4
  • 15
1
vote
0 answers

Mailto line break not working on yahoo

I am having an issue with line break not working on yahoo. I have used this code %0D%0A and it work well on Gmail, Outlook, etc. but not on Yahoo. But when using
it will work on yahoo but not on outlook. Does anybody here can help that would…
zen
  • 383
  • 3
  • 10
  • 21
1
vote
0 answers

"has:attachment" filter for Yahoo mail IMAP client

I am using IMAP client and want to add filter which allows email filtering by attachment, similar to thunderbird. I am able to achieve this for Gmail using "X-GM-RAW has:attachment" but didn't got any success for Yahoo mail. What can be the right…
John Kay
  • 11
  • 2
1
vote
2 answers

How to make responsive email work with yahoo mobile app?

I have created an email template that is tested to work properly on desktop clients like gmail/yahoo/outlook and also tested correct responsive behavior on mobile gmail app. I am using Android/Galaxy S4. The responsive styles are not effective on…
Ethan
  • 4,915
  • 1
  • 28
  • 36
1
vote
0 answers

iCal always show RSVP on Yahoo / OutLook

I am sending a calendar ics file in an email, as an attachment, that I send through the system. I don't want the user to see the RSVP buttons. I just want the event to be their calendar. So I use the below to generate iCal using PHP. Note: text…
masterFly
  • 1,072
  • 12
  • 24
1
vote
3 answers

Send email using my yahoo account - error message

I use Python 3.5.2. I am trying to use my yahoo account to send email. I use the yahoo SMTP server domain name smtp.mail.yahoo.com according to this website `http://neerajbyte.com/send-email-through-python-console-with-gmail-hotmail-and-yahoo/'.…
Johnseito
  • 315
  • 1
  • 9
  • 24
1
vote
1 answer

How to send request include query string with yahoo mail address to aspx page

I want send an email through query string to a Aspx page. When it included Yahoo e-mail servers, the page transmitted to the main Yahoo page But if email is from other servers , it is no problem. This newly created problem. ex :…
ehsanHB
  • 119
  • 1
  • 10
1
vote
1 answer

Correct format for IMAP append command in Python? (Yahoo mail)

The following Python function works for outlook, gmail and my shared hosting exim server but when sending mail through yahoo.com it returns this error: APPEND command error: BAD ['[CLIENTBUG] Additional arguments found after last expected…
AidenWebb
  • 589
  • 2
  • 7
  • 14
1
vote
0 answers

WordPress - prevents server from sending mails and wp_mail does't work?

Why WP prevent me from sending mail? I created a file mail.php and tested the PHP mail(): $to = "somebody@example.com"; $subject = "My subject"; $txt = "Hello world!"; $headers = "From: webmaster@example.com" . "\r\n" . "CC:…
Run
  • 54,938
  • 169
  • 450
  • 748
1
vote
2 answers

How javax.mail.AuthenticationFailedException: failed to connect in sending mail by java?

I am making an web app that can send an email, in this code I used yahoo mail to send. I tried some solutions but they did not have me much: Getting the "javax.mail.AuthenticationFailedException: failed to connect"…
iamatsundere181
  • 1,401
  • 1
  • 16
  • 38
1
vote
3 answers

How can I create chooser Intent to choose from gmail app, yahoo mail app or browser?

I tried to search on Google but didn't find an appropriate answer. I want to click a TextView and it will show a dialog that allows the user to choose optional email. Any suggestion? Thanks in advance
Ling Boo
  • 159
  • 5
1
vote
1 answer

Unable to add newline / carriage return in yahoo mail

I am accessing yahoo compose from my application. The following is my sample code. Yahoo Mail The following is my output But I need…
Golda
  • 3,823
  • 10
  • 34
  • 67