Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
CDONT - SMTPsvg.Mailer

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side
View previous topic :: View next topic  
Author Message
Milos Radovic



Joined: 18 Mar 2004
Posts: 52
Location: St. Gallen - Switzerland

PostPosted: 18.03.2004 10:36    Post subject: CDONT - SMTPsvg.Mailer Add user to your forum ignore list Reply with quote

cao svima

imam jedan problem....instalirao sam jedan ECard system (ASP). Sve radi kako treba osim finalni step "SendEmail".

error:
"An error has occurred.
The error was This evaluation component has expired."

Znaci ASPMail vise ne vazi.

Skripta koja salje Email je napisana za ASPMail i izgleda ovako ---> http://www.superdeluxe.ch/code.txt

kako mogu sad da prepisem skriptu za CDONTS ??

dali neko moze da mi pomogne.. bas bi bio zahvalan !!![/url]

_________________
www.superdeluxe.ch
suzuki in design
milos raovic
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
carr



Joined: 13 Nov 2003
Posts: 1397
Location: Karlovac

PostPosted: 18.03.2004 11:44    Post subject: Add user to your forum ignore list Reply with quote

Code:
<%
Function SendEmail( sEmailServer, sFromEmail, sToEmail, sSubject, sText )
   Dim NewMail
   Set NewMail = Server.CreateObject("CDONTS.NewMail")

   NewMail.From = sFromEmail

   NewMail.Importance = 1
   NewMail.BodyFormat = 1

   NewMail.To = sToEmail
   NewMail.Subject = sSubject
   NewMail.Body = sText

   NewMail.Send()
   Set NewMail = Nothing
End Function
%>


e sad, posto mi nikad u zivotu nista nije iz prve proradilo, pa onda javi kad ti nebude radilo Smile

malo mi je cudno da ne treba objektu proslijediti parametar servera (ko u ASPmailu), ali ovdje vele da ne treba
http://www.juicystudio.com/tutorial/asp/cdonts.asp

_________________
Bolje biti malo lud, nego malo pametan.
Back to top
View user's profile Send private message Visit poster's website
Milos Radovic



Joined: 18 Mar 2004
Posts: 52
Location: St. Gallen - Switzerland

PostPosted: 18.03.2004 12:39    Post subject: RADI !! Add user to your forum ignore list Reply with quote

svaka cast! radi iz prve! Smile
hvala ti puno! sad i vidim gde sam sam pogresio.

thanx.

_________________
www.superdeluxe.ch
suzuki in design
milos raovic
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group