Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6390117
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T03:29:14+00:00 2026-05-25T03:29:14+00:00

How do you send an email to a yahoo account, I can only send

  • 0

How do you send an email to a yahoo account, I can only send to gmail ? I’d like to know why because MY ISP doesn’t offer me a POP3 or SMTP address. I don’t know anything about mine, if you could tell me a way to investigate then I’ll be delightedly thankful.

    SmtpClient smtp = new SmtpClient("smtp.gmail.com", 587);
    smtp.UseDefaultCredentials = false;
    smtp.Credentials = new NetworkCredential("pevus55@gmail.com", "mypassword");
    smtp.EnableSsl = true;

    MailAddress mailFrom = new MailAddress("parris797877@yahoo.com");
    MailAddress mailTo = new MailAddress("pevus55@gmail.com");
    MailMessage msg = new MailMessage(mailFrom, mailTo);
    msg.Subject = "Test";
    msg.Body = textBox1.Text;
    smtp.Send(msg);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T03:29:14+00:00Added an answer on May 25, 2026 at 3:29 am

    You should set your SmtpClient to whatever your outgoing SMTP server is. The code that is successfully sending to GMail is using Google’s SMTP server directly. That’s OK and is a bit quicker when you’re sending to GMail, but they won’t want to relay to Yahoo for you. To do so would invite abuse by spammers.

    You can find out what your outgoing SMTP server is by looking in the settings of your email client, or by looking at the tech support website for your ISP.

    Alternatively you can send directly to yahoo’s SMTP server. You’ll need to find out what it is. “dig mail.yahoo.com MX” on a *NIX or Mac OS X system will tell you, but to do it automatically you will need to write the code to do a DNS lookup of their MX record.

    Some ISPs do not permit outgoing mail to be sent to any SMTP server other than the one that’s provided by the ISP. They do that to keep spammers contained. If that’s the case you won’t be able to talk directly to yahoo’s SMTP server, you’ll need to talk to your ISPs.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I send email using Perl through my Gmail account? The one CPAN
I'm working with a program that can send email supporting yahoo mail and gmail.
i have an application that uses SMTP to send emails from an yahoo account.
I'm trying to send email to Active Directory distribution groups. I know you can
I am able to ping smtp.mail.yahoo.com from my system but when i send email
I want to send email on the gmail account. When i use this it
In ini.php I'm changing SMTP = localhost to my isp to send email from
I am using this code to send an SMTP email via the yahoo SMTP
On GAE, a non-gmail user can create a Google Account using their non-gmail email
I am trying to send Email using telnet and smtp.mail.yahoo.com server. when I try

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.