Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Relaying Error to Hotmail Addresses


Message #1 by Philip Steel <PhilipS@t...> on Wed, 21 Aug 2002 12:58:21 +0100
Well Philip... 
There is no problem with the hotmail, but check if u have internet access
while runing the code... Even i had the same problem, but while there was
internet i got no problem, but the problem i faced was i received no mail...
Hope we have to configure Exchange Server in our system  fot the Interop
Services to work. Lets see if some one has a work-arouund....

But i slved by using SQL Stored Procedure called
'sp_sendmail(parameters....)'
This will send mail... 
Keep me posted if u have any issues......

S.Ramanujam
Programmer Analyst
38 & 39 Whites Road,
WCB - Whites Road Circular Building
Royapettah, Chennai - 600014
Ph : +xx xx xxx xxxx Extn 5113 [Off]
     : +xx xx xxx xxxx                 [Res]


-----Original Message-----
From: Philip Steel [mailto:PhilipS@t...]
Sent: Wednesday, August 21, 2002 5:28 PM
To: ASPX_Professional
Subject: [aspx_professional] Relaying Error to Hotmail Addresses


Hi all

I get the following error message when sending e-mail via ASP.NET to a
hotmail address, 
(using System.Web.Mail)

'System.Runtime.InteropServices.COMException (0x8004020F):
The server rejected one or more recipient addresses. The server response
was: 550 Relaying is prohibited '

I think it's to do with Hotmail's spamming system and may also concern how
the header in the e-mail is sent.

Has anyone else experienced this and come up with a work-around?

Phil

Phil Steel 
TEQUILA\ Digital 
82 Charing Cross Road 
LONDON WC2H 0QB 
020 7557 6228 



---

ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442

ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450

These books are a complete reference to the ASP.NET namespaces 
for developers who are already familiar with using ASP.NET. 
There is no trivial introductory material or useless .NET 
hype and the presentation of the namespaces, in an easy-to use 
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes, 
giving you those real-world tips that the documentation doesn't 
offer, and demonstrating complex techniques with simple 
examples.  

---


  Return to Index