participate


Sun Java System Active Server Pages - How to send email from classic ASP using SMTP Authentication?
This question is answered.

<<   Back to Forum  |   Give us Feedback
10 Duke Stars available
This topic has 2 replies on 1 page.
BeatsByMarkus.com
Posts:2
Registered: 7/8/09
How to send email from classic ASP using SMTP Authentication?   
Jul 8, 2009 3:15 PM
 
 
Hello,

My website is written in classic ASP and I send out automatic emails when people join my mailing list. My hosting company uses Chilisauce ASP and is now requiring SMTP Authentication when I send the email. I currently use the CDONTS object but it does not support SMTP AUthentication. I have found examples like this:

Set objMessage = Server.CreateObject("CDO.Message")

but it doesn't look like ChiliSauce ASP supports the CDO object.

Any help would be appreciated!!

Thnx,

Markus
 
Duncan_Berriman
Posts:328
Registered: 3/23/05
Re: How to send email from classic ASP using SMTP Authentication?   
Jul 9, 2009 1:58 AM (reply 1 of 2)  (In reply to original post )
 
 
Hi,

Unfortunately sun one asp does not support authentication (just double checked the manual and its not an option). The equivalent command is Server.CreateObject("CDONTS.NewMail"), the one you cite is the Microsoft version.

Sun One ASP was retired some months ago and there has been no active development/support for many years.

So I guess you'll have to go back to your isp, explain the situation, as they provide the infrastructure (including ASP) they will have to come up with a better solution. I guess they could allow unauthenticated access and restrict by ip address.

Duncan
 
BeatsByMarkus.com
Posts:2
Registered: 7/8/09
Re: How to send email from classic ASP using SMTP Authentication?   
Jul 9, 2009 12:59 PM (reply 2 of 2)  (In reply to #1 )
 
 
Appreciate ur help Duncan, excellent answer
 
This topic has 2 replies on 1 page.
Back to Forum
 
Read the Developer Forums Code of Conduct

Click to email this message Email this Topic

Edit this Topic
  
 
 
Forums Statistics
    Users Online : 54
  • Guests : 135

About Sun forums
  • Sun Forums is a large collection of user generated discussions. It is here to help you ask questions, find answers, and participate in discussions.

    Check out our guide on Getting started with Sun Forums for a full walkthrough of how to best leverage the benefits of this community.

Powered by Jive Forums