Wrox Programmer Forums
|
Classic ASP Components Discussions specific to components in ASP 3.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Components section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 3rd, 2005, 04:07 AM
Registered User
 
Join Date: Jan 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default sending mail

Hello,

I get the following error running my application on the internet server.

The server rejected one or more recipient addresses. The server response was: 553 sorry, relaying denied from your location [216.180.106.13] (#5.7.1)

This is the code I use

        Dim MyMail As MailMessage = New MailMessage()
        MyMail.From = sendFrom
        MyMail.To = sendTo
        MyMail.Subject = mailSubject
        MyMail.Body = mailBody
        MyMail.Cc = sendCC

        SmtpMail.SmtpServer = "mail.domain.com"
        SmtpMail.Send(MyMail)

Any one please give me the instruction to correct them.

Thank you


Sona
Tamil Nadu
 
Old January 3rd, 2005, 07:25 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,101
Thanks: 0
Thanked 2 Times in 2 Posts
Default

see this: http://p2p.wrox.com/topic.asp?TOPIC_ID=2844

Hal Levy
I am here to help you, not do it for you.





Similar Threads
Thread Thread Starter Forum Replies Last Post
mail sending PHP FAQs 0 April 2nd, 2007 06:43 AM
problems sending mail with java mail gandacuboy J2EE 2 December 20th, 2006 03:05 PM
sending mail anita VB How-To 3 September 30th, 2004 03:48 PM
Sending e-mail to different mail box! Calibus Classic ASP Databases 4 September 3rd, 2004 05:48 PM
Sending both text mail and HTML mail - CDONTS madhukp Classic ASP Basics 1 October 8th, 2003 01:05 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.