473,408 Members | 1,761 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,408 software developers and data experts.

System.Net.Mail 550 SMS

Hi all,

I'm using the System.Net.Mail namespace to set up a SMTP sendmail. This
works for the most part, however, when I try to send email to a cell phone
text msg. via the Verizon 'vtext' Gateway it fails with a 550 relay error
msg.

I've had this problem in the past with Delphi/Indy SMTP component. The
problem there was that the component was blacklisted by Verizon for previous
use by spammers. The fix was to get rid of the X-Library line in the mail
header.

Is there a similar problem with this namespace?

Thanks,
Joe
Jan 16 '06 #1
4 3645
Joe,

I don't think that there is. You should be able to set up a packet
sniffer easily enough to see the traffic that is being sent to the mail
server.

Once you set it up, you should be able to see the headers pretty easily
and determine if there is anything fishy about the headers.

AFAIK, there isn't any special header that the component sends.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Joe Reiss" <jo******@bellsouth.net> wrote in message
news:gX***************@bignews4.bellsouth.net...
Hi all,

I'm using the System.Net.Mail namespace to set up a SMTP sendmail. This
works for the most part, however, when I try to send email to a cell phone
text msg. via the Verizon 'vtext' Gateway it fails with a 550 relay error
msg.

I've had this problem in the past with Delphi/Indy SMTP component. The
problem there was that the component was blacklisted by Verizon for
previous use by spammers. The fix was to get rid of the X-Library line in
the mail header.

Is there a similar problem with this namespace?

Thanks,
Joe

Jan 17 '06 #2
Something is different.

I can send an email to my cell phone with my******@vtext.com from Outlook:
it shows up as a text message.

I can do the same with my Delphi program using the INDY/SMTP component.

I can send 'normal' emails using the System.Net.Mail / smtpclient from c#,
so I know i'm using it correctly.

However, it fails with a 550 when doing it to vtext.

Thanks,
Joe
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:u0*************@TK2MSFTNGP15.phx.gbl...
Joe,

I don't think that there is. You should be able to set up a packet
sniffer easily enough to see the traffic that is being sent to the mail
server.

Once you set it up, you should be able to see the headers pretty easily
and determine if there is anything fishy about the headers.

AFAIK, there isn't any special header that the component sends.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Joe Reiss" <jo******@bellsouth.net> wrote in message
news:gX***************@bignews4.bellsouth.net...
Hi all,

I'm using the System.Net.Mail namespace to set up a SMTP sendmail. This
works for the most part, however, when I try to send email to a cell
phone text msg. via the Verizon 'vtext' Gateway it fails with a 550 relay
error msg.

I've had this problem in the past with Delphi/Indy SMTP component. The
problem there was that the component was blacklisted by Verizon for
previous use by spammers. The fix was to get rid of the X-Library line
in the mail header.

Is there a similar problem with this namespace?

Thanks,
Joe


Jan 17 '06 #3
Joe,

Did you check the headers with a sniffer, or can you see them in your
phone? Obviously, something is different, but it's a matter of finding it.

--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Joe Reiss" <jo******@bellsouth.net> wrote in message
news:lb****************@bignews2.bellsouth.net...
Something is different.

I can send an email to my cell phone with my******@vtext.com from Outlook:
it shows up as a text message.

I can do the same with my Delphi program using the INDY/SMTP component.

I can send 'normal' emails using the System.Net.Mail / smtpclient from c#,
so I know i'm using it correctly.

However, it fails with a 550 when doing it to vtext.

Thanks,
Joe
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote
in message news:u0*************@TK2MSFTNGP15.phx.gbl...
Joe,

I don't think that there is. You should be able to set up a packet
sniffer easily enough to see the traffic that is being sent to the mail
server.

Once you set it up, you should be able to see the headers pretty
easily and determine if there is anything fishy about the headers.

AFAIK, there isn't any special header that the component sends.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Joe Reiss" <jo******@bellsouth.net> wrote in message
news:gX***************@bignews4.bellsouth.net...
Hi all,

I'm using the System.Net.Mail namespace to set up a SMTP sendmail.
This works for the most part, however, when I try to send email to a
cell phone text msg. via the Verizon 'vtext' Gateway it fails with a 550
relay error msg.

I've had this problem in the past with Delphi/Indy SMTP component. The
problem there was that the component was blacklisted by Verizon for
previous use by spammers. The fix was to get rid of the X-Library line
in the mail header.

Is there a similar problem with this namespace?

Thanks,
Joe



Jan 17 '06 #4
I have a simlar problem with my use of the SmtpClient. I can send okay to
any email address in the domain of my email server, but if I attempt to send
to another email address, my email server reports that authetication is
required. Actually, it reports 'Bad sequence of commands' before that
general message. I found this problem because I also want to send text
messages to a cell phone. And yes, I have ensured that the email I'm sending
from is in the domain of the email server, and that I'm using
NetWorkCredentials to set the credentails properly AND I'm setting
UseDefaultCredentials to false BEFORE assigning network credentials etc. etc

In VS 2003 I was using the ASPEMail library successfully, and to be sure I
was passing the correct information to the SmtpClient code I also used the
same parameters for the code using ASPEMail - and it worked just fine.

The 'Bad Sequence of commands' reported by my email server is very
suggestive of a problem in SmtpClient...

"Nicholas Paldino [.NET/C# MVP]" wrote:
Joe,

Did you check the headers with a sniffer, or can you see them in your
phone? Obviously, something is different, but it's a matter of finding it.

--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Joe Reiss" <jo******@bellsouth.net> wrote in message
news:lb****************@bignews2.bellsouth.net...
Something is different.

I can send an email to my cell phone with my******@vtext.com from Outlook:
it shows up as a text message.

I can do the same with my Delphi program using the INDY/SMTP component.

I can send 'normal' emails using the System.Net.Mail / smtpclient from c#,
so I know i'm using it correctly.

However, it fails with a 550 when doing it to vtext.

Thanks,
Joe
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote
in message news:u0*************@TK2MSFTNGP15.phx.gbl...
Joe,

I don't think that there is. You should be able to set up a packet
sniffer easily enough to see the traffic that is being sent to the mail
server.

Once you set it up, you should be able to see the headers pretty
easily and determine if there is anything fishy about the headers.

AFAIK, there isn't any special header that the component sends.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Joe Reiss" <jo******@bellsouth.net> wrote in message
news:gX***************@bignews4.bellsouth.net...
Hi all,

I'm using the System.Net.Mail namespace to set up a SMTP sendmail.
This works for the most part, however, when I try to send email to a
cell phone text msg. via the Verizon 'vtext' Gateway it fails with a 550
relay error msg.

I've had this problem in the past with Delphi/Indy SMTP component. The
problem there was that the component was blacklisted by Verizon for
previous use by spammers. The fix was to get rid of the X-Library line
in the mail header.

Is there a similar problem with this namespace?

Thanks,
Joe



Feb 1 '06 #5

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

Similar topics

4
by: Trond A. S. Andersen | last post by:
Hi, all! I'm trying to use the System.Web.Mail. "package" combinded with System.Web.Mail.SmtpMail in order to send MS Excel spreadsheets attached to mail messages. However, sending one single...
3
by: Phil Mc | last post by:
Hi has anyone come accross the problem.... with referance to System.Web.Mail.MailMessage and System.Web.Mail.SmtpMail THIS WORKS FINE mail=new MailMessage(); mail.From =...
5
by: martin | last post by:
Hi, I have created a class that is totally seperate from my web application. However this class is used extensivly by the web application for stuff like data access. I wish to add a function to...
3
by: pmud | last post by:
Hi, I have ab ASP.Net Application in which I need to send e-mail on button click. Even though my C# code for that is correct.I am getting the following error:: I think the following error can be...
1
by: Eric Sheu | last post by:
Greetings, I have been searching the web like mad for a solution to my SMTP problem. I am using Windows Server 2003 and ASP.NET 2.0 w/ C# to send out e-mails from a web site I have created to...
2
by: Ryan | last post by:
Hi, I receive an access denied error (see below) when attempting to send an email with BodyFormat=MailFormat.Html from an asp.net page. Exactly the same code works fine in a console...
1
by: theWizard1 | last post by:
The following sends my email, but the attachment is empty. The attachment should contain the data that is in the string that was created from the xmlReader. I have a stored procedure written...
2
by: clevrmnkey | last post by:
I've had nothing but trouble from the System.Net.Mail objects, but I finally need to make them work, and I can't for the life of me see what I'm doing wrong. I pared back my mail transaction to...
10
by: Frank | last post by:
Hi, I am hoping to find out the differences between the System.Net.Mail and System.Web.Mail. Can some nice folks post the differences; or some urls which show the differences? Great Thanks...
2
by: satnamsarai | last post by:
Using System.Net.Mail: Sometimes I get error 'failure sending mail. Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.' Not sure how...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.