Active InfoActive Info  Display List of Info MembersMemberlist  Search The InfoSearch  HelpHelp
  RegisterRegister  LoginLogin
ASP Photo Gallery Pro Version
 CJWSoft Support Info : ASP Photo Gallery Pro Version
Subject Info: Problem with e-mail A d d  -  P o s tAdd P o s t
Author
Message << Prev Info | Next Info >>
fabri
New User
New User


Joined: August/26/2006
Online Status: Offline
Info: 4
Added: August/28/2006 at 4:30am | IP Logged Quote fabri

I have a problem with the form of the site www.aaaffari.it/galleria.

When i click the "send Mail" button he give me a page with this message Email has been successfully sent to your friend.
but I do not receive it.

I have setting the email system with CDONTS that is installed in the server who host my site:

CDONTS Version: 2.8 Installed  

please help me

 

Back to Top View fabri's Profile Search for other info by fabri
 
cwilliams
Admin Group
Admin Group
Avatar
CJWSoft Web Software Developer

Joined: April/06/2004
Online Status: Offline
Info: 1769
Added: August/28/2006 at 9:27am | IP Logged Quote cwilliams

That's a 2003 IIS 6 web server. Just because the system info page says CDONTS is installed does not mean it actually works. CDONTS WAS ELIMINATED WHEN 2003 SERVER CAME OUT. CDONTS does not run on 2003 servers unless a lot of special things were done to make it run. Ask your hosting company what is supported for sending emails via ASP. My guess is they support CDOSYS and that is it.



__________________

Best Regards, Christopher Williams www.CJWSoft.com
Back to Top View cwilliams's Profile Search for other info by cwilliams Visit cwilliams's Homepage
 
fabri
New User
New User


Joined: August/26/2006
Online Status: Offline
Info: 4
Added: August/28/2006 at 11:31am | IP Logged Quote fabri

The server support for sending emails via asp CDOSYS

Back to Top View fabri's Profile Search for other info by fabri
 
cwilliams
Admin Group
Admin Group
Avatar
CJWSoft Web Software Developer

Joined: April/06/2004
Online Status: Offline
Info: 1769
Added: August/28/2006 at 11:36am | IP Logged Quote cwilliams

ok, well that application does not support cdosys.. if you want to send emails via CDOSYS you will have edit the code in the application to support it

http://www.powerasp.com/content/new/sending_email_cdosys.asp

__________________

Best Regards, Christopher Williams www.CJWSoft.com
Back to Top View cwilliams's Profile Search for other info by cwilliams Visit cwilliams's Homepage
 
pacmanfrog
New User
New User


Joined: March/18/2008
Location: United States
Online Status: Offline
Info: 2
Added: March/19/2008 at 3:08am | IP Logged Quote pacmanfrog

Where do I place the code for CDOSYS e-mail?
 
<%
Dim ObjSendMail
Dim iConf
Dim Flds
    
Set ObjSendMail = Server.CreateObject("CDO.Message")
Set iConf = CreateObject("CDO.Configuration")
Set Flds = iConf.Fields
    
Flds("http://schemas.microsoft.com/cdo/configuration/sendusi ng") = 1
    
'**** Path below may need to be changed if it is not correct
Flds("http://schemas.microsoft.com/cdo/configuration/smtpser verpickupdirectory") = "c:\inetpub\mailroot\pickup"
Flds.Update
    
Set ObjSendMail.Configuration = iConf
ObjSendMail.To = "someone@someone.net"
ObjSendMail.Subject = "this is the subject"
ObjSendMail.From = "
someone@someone.net"
    
' we are sending a text email.. simply switch the comments around to send an html email instead
'ObjSendMail.HTMLBody = "this is the body"
ObjSendMail.TextBody = "this is the body"
    
ObjSendMail.Send
    
Set ObjSendMail = Nothing
%>
Back to Top View pacmanfrog's Profile Search for other info by pacmanfrog Visit pacmanfrog's Homepage
 

If you wish to make a comment to this info you must first login
If you are not already registered you must first register

  A d d  -  P o s tAdd P o s t
Printable version Printable version

Info Jump
You cannot add new info in this area
You cannot add to info in this area
You cannot delete your info in this area
You cannot edit your info in this area
You cannot create polls in this area
You cannot vote in polls in this area


Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds www.aspprotect.com, www.powerasp.com,www.aspclassifieds.com,www.aspphotogallery.com,www.codewanker.com