Questions tagged [yahoo-mail]

The Yahoo mail system.

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

170 questions
0
votes
0 answers

Images from my server fail to load in Yahoo, Rediffmail client

I have a server that hosts a website and some media files. If I try to embed an image from my server into an html email using img tag: In email clients like yahoo and rediffmail, image fails to…
0
votes
1 answer

imaplib , imap_tools return an error after a few minutes. (imaplib.abort: command: SELECT => IMAP4rev1 Server logging out)

I use this code to get unseen and new messages from my yahoo mail and find the messages with a specific URL. from imap_tools import MailBox, AND import re from config import email, password from scrap import scrap yahooSmtpServer =…
M MO
  • 323
  • 4
  • 16
0
votes
3 answers

How to add my brand logo for Yahoo email?

Note: I asked the same question on serverfault, but it got closed as off-topic. I want to include my brand logo in my emails. My brand logo does not appear in Yahoo mailbox, but I have noticed that some companies, like the example below, have…
Hooman Bahreini
  • 14,480
  • 11
  • 70
  • 137
0
votes
1 answer

Sendkey command not funtional on password editbox when automating Yahoo mail login

I am new to selenium web driver. I tried to automate login to yahoo mail using Selenium java on eclipse IDE. But, the send key command does not work on the password edit box. public static void main(String[] args) { …
0
votes
1 answer

Microsoft exchange out of office reply doesn't arrive to gmail addresses

Depending on my DMARC settings out of office replies are not arriving (if DMARC is setup to reject), or being sent into junk (DMARC is setup to quarantine) to gmail or yahoo emails, it works fine when its communication between exchange mails. The…
Adilicious
  • 1,643
  • 4
  • 18
  • 22
0
votes
1 answer

PHP form mail will not return entries with @yahoo.com address

Form mail desired outcome: Name, email address and message is sent to the website owner @yahoo.com. The form asks . . . Name: Email: Message: Current status: If a @yahoo email address is placed in the form's "Email" field, (a real email address…
etsiap
  • 1
  • 1
0
votes
1 answer

how to request yahoo userInfo and contact list

for calling https://api.login.yahoo.com/openid/v1/userinfo as explained here first I called https://api.login.yahoo.com/oauth2/get_token API and got access_token and after that according to guideline passed access token to userInfo API, but find not…
S. V
  • 1,085
  • 5
  • 5
0
votes
1 answer

Unable to reply messages in yahoo using JAVA MAIL API

Same piece of code works successfully in Gmail for replying messages, but in yahoo, I'm getting error. Here is the code I've tried Message[] messages2 = folder.search(new FlagTerm(new Flags(Flags.Flag.SEEN), false)); Message msg = messages2[i]; …
Mahbub shaun
  • 23
  • 1
  • 8
0
votes
2 answers

How to make an email, with content more than 102kB, consistent and regular in Gmail and Yahoo-Mail?

I'm trying to send an e-mail containing HTML content. Gmail and Yahoo has a limit of approximately 102kB. The e-mail clients clip/crop the e-mail if the content of the e-mail is above 102kB. However, they provide a link to open the complete…
0
votes
1 answer

PHP mail() function returns 1 but no mail is sent despite configuring XAMPP

In a PHP application during the sign up step, I'm sending an email with a verfication link to the user. I'm using XAMPP in localhost to serve the page, and my database is in another device but in the same network. When I fill the form and hit the…
0
votes
0 answers

django mail function returning an error "SMTPserver disconnected -Connection unexpectedly closed"

I am trying to send mailto my user but django send_mail() function through an error. I tried gmail smtp ass well as yahoo. but unable to find what the problem is?? Form is perfectly working and data goes to database whenever any enquiry made. This…
0
votes
2 answers

How to login into Yahoo Mail using Selenium

I am recently working through examples in Automate the Boring Stuff in Python, and came across this example which I have some issues with. In this exercise, I tried to log in to Yahoo Mail using Selenium on the Chrome browser. The code does not…
linx
  • 1
  • 1
  • 4
0
votes
2 answers

SMTP exception when sending email with Yahoo

I have the following code I use to send emails from my application: var config = DeserializeUserConfig(perfilAcesso.GetClientConfigPath() + "Encrypted"); using (SmtpClient client = new SmtpClient()) { client.Host = config.GetClientSMTP(); …
0
votes
1 answer

Urdu Language Support for sending email to hotmail and yahoo with phpmailer

I am using phpmailer to send my auto-generated text/mail to users. body of the mail contains Urdu (Unicode), which is shown by google perfectly, but hotmail and yahoo mail shows the mail as shown in the following snapshot: is this a bug or i am…
Abdul Rahman
  • 1,669
  • 4
  • 24
  • 39
0
votes
1 answer

Yahoo Mail Web Apps PHP

sorry for this newb question, i just started programming with php I'm following Yahoo Mail Web Apps PHP tutorial on retrieving mail from Yahoo. the guide is here http://developer.yahoo.com/mail/docs/user_guide/CredentialTheUser.html on step 3 it…
01jayss
  • 1,400
  • 6
  • 19
  • 28