473,385 Members | 1,329 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

verizon smtp mail server

Hi,

I write an asp.net web application. It has a “Contact Us” page, where users
fill in their email, subject and text and hit send. Then the email will go to
my hard coded yahoo email account.

I was using optimum online service with smtp server as “mail.optonline.net”.
I can receive email correctly.

Now I switch to verizon DSL. I change my smtp server accordingly as
“outgoing.yahoo.verizon.net”. I get an exception after executing:
SmtpMail.Send(msgMail);

Maybe verizon dsl smtp server needs some settings? Any suggestion?

Thank you. -Dale

Nov 17 '05 #1
3 5524
It may or may not accept your request. Contact your ISP, they probably
require authentication at the very least to relay. You can send from the
web server itself but the mail may be rejected by some if without an mx
record for the domain you are sending from.

--

Derek Davis
dd******@gmail.com

"dale zhang" <da*******@discussions.microsoft.com> wrote in message
news:65**********************************@microsof t.com...
Hi,

I write an asp.net web application. It has a "Contact Us" page, where
users
fill in their email, subject and text and hit send. Then the email will go
to
my hard coded yahoo email account.

I was using optimum online service with smtp server as
"mail.optonline.net".
I can receive email correctly.

Now I switch to verizon DSL. I change my smtp server accordingly as
"outgoing.yahoo.verizon.net". I get an exception after executing:
SmtpMail.Send(msgMail);

Maybe verizon dsl smtp server needs some settings? Any suggestion?

Thank you. -Dale

Nov 17 '05 #2
I did call verizon before I sent this. But they said they do not support what
i want to do. verizon's online does have the following:
Errors Sending Mail (SMTP)
Summary: The Verizon Yahoo Mail SMTP server requires authentication To learn
how to configure this setting select from the following list of supported
email clients Microsoft Outlook or Outlook Express users can simply click the
button below to auto configure SMTP authentication PC only button_SMTP_config
button_SMTP_config Microsoft Outlook 2002 and 2003 Microsoft Outlook 98 and
2000 Microsoft Outlook ...
Category: Verizon Yahoo! Mail

How do I enable SMTP server authentication?
Summary: The Verizon Yahoo Mail SMTP server requires authentication Select
from the following list to enable this setting for your specific client
Microsoft Outlook 2002 XP and 2003 Microsoft Outlook 98 and 2000 Microsoft
Outlook Express Microsoft Outlook Express for Macintosh gt IncrediMail 618
and higher Microsoft Entourage 2001 MacMail Eudora Microsoft Outlook 2002 XP
and 2003 From the Tools menu ...
Category: Verizon Yahoo! Mail

What is SMTP Authentication?
Summary: SMTP (Simple Mail Transfer Protocol) Authentication provides a way
for an ISP (Internet Service Provider) to identify an email message sender
before accepting an email message for delivery. SMTP Authentication helps
prevent unauthorized use of an email system for distributing unsolicited
email messages or "spam." An industry-accepted email system feature, SMTP
Authentication is used by many ...
Category: Email

http://netservices.verizon.net/porta...mAfH9ELMDurg--

Does this mean I have to use one of Microsoft Outlook 2002 XP and 2003
Microsoft Outlook 98 and 2000 Microsoft Outlook Express Microsoft Outlook
Express for Macintosh gt IncrediMail 618 and higher Microsoft Entourage 2001
MacMail Eudora Microsoft Outlook 2002 XP to use smtp? If so, how could I
embed them in my web form?

Many thanks. -Dale

"carion1" wrote:
It may or may not accept your request. Contact your ISP, they probably
require authentication at the very least to relay. You can send from the
web server itself but the mail may be rejected by some if without an mx
record for the domain you are sending from.

--

Derek Davis
dd******@gmail.com

"dale zhang" <da*******@discussions.microsoft.com> wrote in message
news:65**********************************@microsof t.com...
Hi,

I write an asp.net web application. It has a "Contact Us" page, where
users
fill in their email, subject and text and hit send. Then the email will go
to
my hard coded yahoo email account.

I was using optimum online service with smtp server as
"mail.optonline.net".
I can receive email correctly.

Now I switch to verizon DSL. I change my smtp server accordingly as
"outgoing.yahoo.verizon.net". I get an exception after executing:
SmtpMail.Send(msgMail);

Maybe verizon dsl smtp server needs some settings? Any suggestion?

Thank you. -Dale


Nov 17 '05 #3
Go here http://www.systemwebmail.com/faq/3.8.aspx.

--

Derek Davis
dd******@gmail.com

"dale zhang" <da*******@discussions.microsoft.com> wrote in message
news:A5**********************************@microsof t.com...
I did call verizon before I sent this. But they said they do not support
what
i want to do. verizon's online does have the following:
Errors Sending Mail (SMTP)
Summary: The Verizon Yahoo Mail SMTP server requires authentication To
learn
how to configure this setting select from the following list of supported
email clients Microsoft Outlook or Outlook Express users can simply click
the
button below to auto configure SMTP authentication PC only
button_SMTP_config
button_SMTP_config Microsoft Outlook 2002 and 2003 Microsoft Outlook 98
and
2000 Microsoft Outlook ...
Category: Verizon Yahoo! Mail

How do I enable SMTP server authentication?
Summary: The Verizon Yahoo Mail SMTP server requires authentication Select
from the following list to enable this setting for your specific client
Microsoft Outlook 2002 XP and 2003 Microsoft Outlook 98 and 2000 Microsoft
Outlook Express Microsoft Outlook Express for Macintosh gt IncrediMail 618
and higher Microsoft Entourage 2001 MacMail Eudora Microsoft Outlook 2002
XP
and 2003 From the Tools menu ...
Category: Verizon Yahoo! Mail

What is SMTP Authentication?
Summary: SMTP (Simple Mail Transfer Protocol) Authentication provides a
way
for an ISP (Internet Service Provider) to identify an email message sender
before accepting an email message for delivery. SMTP Authentication helps
prevent unauthorized use of an email system for distributing unsolicited
email messages or "spam." An industry-accepted email system feature, SMTP
Authentication is used by many ...
Category: Email

http://netservices.verizon.net/porta...mAfH9ELMDurg--

Does this mean I have to use one of Microsoft Outlook 2002 XP and 2003
Microsoft Outlook 98 and 2000 Microsoft Outlook Express Microsoft Outlook
Express for Macintosh gt IncrediMail 618 and higher Microsoft Entourage
2001
MacMail Eudora Microsoft Outlook 2002 XP to use smtp? If so, how could I
embed them in my web form?

Many thanks. -Dale

"carion1" wrote:
It may or may not accept your request. Contact your ISP, they probably
require authentication at the very least to relay. You can send from the
web server itself but the mail may be rejected by some if without an mx
record for the domain you are sending from.

--

Derek Davis
dd******@gmail.com

"dale zhang" <da*******@discussions.microsoft.com> wrote in message
news:65**********************************@microsof t.com...
> Hi,
>
> I write an asp.net web application. It has a "Contact Us" page, where
> users
> fill in their email, subject and text and hit send. Then the email will
> go
> to
> my hard coded yahoo email account.
>
> I was using optimum online service with smtp server as
> "mail.optonline.net".
> I can receive email correctly.
>
> Now I switch to verizon DSL. I change my smtp server accordingly as
> "outgoing.yahoo.verizon.net". I get an exception after executing:
> SmtpMail.Send(msgMail);
>
> Maybe verizon dsl smtp server needs some settings? Any suggestion?
>
> Thank you. -Dale
>


Nov 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Cameron Eckman | last post by:
I get various errors when I try to use email on the machine I have. XP professional. It works fine on another machine with NT 2000 server. Below is the code: 'BEGIN CODE Dim oMail As New...
1
by: Poppy | last post by:
If my SMTP mail server is "Mydomain.com" then does it mean that the from field has to be Something@Mydomain.com ? If this is the case then what happens if it is on a testing server and has a...
5
by: Charlie | last post by:
Hi: I'm working on an e-commerce site. Using the SMTP class, my site sends out confirmation messages. It works most of the time, but sometimes raises an error. I need a way of making sure it...
0
by: Paul Mason | last post by:
Hi folks, Is there a straightforward way of working out the name of a mail server. I have the following code that creates and sends an email : objMail = New MailMessage bla bla, fill in...
4
by: Brett Porter | last post by:
Hi, My ASP.Net applications frequently make use of the System.Web.Mail namespace to send emails. I have set SmtpMail.SmtpServer = "localhost" and the emails send out fine UNTIL an email is sent...
2
by: Rob R. Ainscough | last post by:
I'm trying to test my development ASP.NET code (VS 2003 project) using Microsoft's MailMessage object using my local SMTP server running on my development PC -- any tips on how to set this up? ...
3
by: sonu | last post by:
how can i read all the mail on smtp mail server amit
1
by: rajujrk | last post by:
hi, i am currently sending mail through the JavaMail API. I had a problem to find out the SMTP mailserver. First i tried in airtel broadband Connection its works fine.. but now i using it in my...
1
by: rajujrk | last post by:
Hi all, I am currently doing a project (Send and receive an Email) in Java using the JavaMail API... It ask for SMTP mail server.. How to find the mail server details..
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.