DwZone Forum DwZone Forum
Welcome to the DwZone-it Forum
 
  FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups  
    RegisterRegister -->   LoginLogin  
Advanced Mail  
DwZone Forum Index -> Advanced Mail

Moderators: AdministratorsModerators 
Hint: For improved responsiveness, use Internet Explorer 4 (or above) with Javascript enabled, choose 'Dynamic' from the View dropdown and hit 'Set Options' to save your changes.
New Topic Search for
 View     Per page     Messages Since 
Messages 681 to 690 of 781 (Total: 224) First |  Prev |  Next |  Last  
 Subject Author Date  
   Re:Parameter for the DATA panel  
View this persons public profile  [email protected]   20:28 30 Aug 2004  
   Re:Parameter for the DATA panel  
View this persons public profile  gianluigi   20:55 30 Aug 2004  
   Re:Parameter for the DATA panel  
View this persons public profile  gianluigi   21:47 30 Aug 2004  
   Never get the updates  
View this persons public profile  [email protected]   4:04 27 Aug 2004  
   Re:Never get the updates  
View this persons public profile  gianluigi   10:41 27 Aug 2004  
   error  
View this persons public profile  [email protected]   16:11 11 Aug 2004  
   Re:error  
View this persons public profile  gianluigi   20:46 11 Aug 2004  
    Re:error  
View this persons public profile  [email protected]   13:25 12 Aug 2004  
 
hello
i have copied the lines

this is line 168

if ReturnReceipt <> "" then
objMail.Value ("Disposition-Notification-To") = ReturnReceipt



'======================================
' Sends an email with CDONTS
function CDONTS_Mailer(MailPar_1, MailPar_2, MailPar_3, MailPar_4, MailPar_5, FromName, FromMail, ReplyName, ReplyMail, ToName, ToMail, CcList, BccList, ReturnReceipt, MailFormat, Priority, MailObject, Message)

Dim objMail, Risp
Set objMail = Server.CreateObject("CDONTS.NewMail")
if ToName<>"" then
objMail.To = ToName & " <" & ToMail & ">"
else
objMail.To = ToMail
end if

if FromName<>"" then
objMail.From = FromName & " <" & FromMail & ">"
else
objMail.From = FromMail
end if
if ReplyMail<>"" then
if ReplyName<>"" then
objMail.Value("Reply-to") = ReplyName & " <" & ReplyMail & ">"
else
objMail.Value("Reply-to") = ReplyMail
end if
end if
if ReturnReceipt <> "" then
objMail.Value ("Disposition-Notification-To") = ReturnReceipt
end if
if CcList<>"" then
objMail.Cc = replace(CcList,",",";")
end if
if BCcList<>"" then
objMail.BCc = replace(BCcList,",",";")
end if
if clng(MailFormat) = 1 then
objMail.BodyFormat = 0
objMail.MailFormat = 0
else
objMail.BodyFormat = 1
objMail.MailFormat = 1
end if

select case clng(Priority)
case 1: objMail.importance = 2
case 2: objMail.importance = 1
case 3: objMail.importance = 0
end select

objMail.Subject = MailObject
objMail.Body = Message

 
Reply to this current thread  View this persons public profile  Send Private Message
   Re:error  
View this persons public profile  gianluigi   15:26 12 Aug 2004  
   Re:error  
View this persons public profile  [email protected]   20:54 17 Aug 2004  
Last Visit: Wednesday 14 May, 2025 2:26 pm First |  Prev |  Next |  Last  
 Login
Username:  Password:    
Read Message Read Message   Unread message Unread message
Read message [popular] Read message [popular]   Unread message [popular] Unread message [popular]
Read message [locked] Read message [locked]   Unread message [locked] Unread message [locked]
All times are GMT-2

Jump to: