Zum Inhalt springen

Empfohlene Beiträge

Geschrieben

Hallo,

ich habe IIS6, ASP-Classic und sende Emails mit CDO:

<!-- METADATA

TYPE="typelib"

UUID="CD000000-8B95-11D1-82DB-00C04FB1625D"

NAME="CDO for Windows 2000 Library"

-->

' -------------- SCHNIPP ----------

Const cdoSendUsingMethod= "http://schemas.microsoft.com/cdo/configuration/sendusing"

Const cdoSendUsingPort = 2 ' 1 (2=direktversandt; 1=ordnerversandt)

Const cdoSMTPServer = "http://schemas.microsoft.com/cdo/configuration/smtpserver"

Const cdoSMTPServerPort = "http://schemas.microsoft.com/cdo/configuration/smtpserverport"

Const cdoSMTPConnectionTimeout = "http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout"

Const cdoSMTPAuthenticate= "http://schemas.microsoft.com/cdo/configuration/smtpauthenticate"

Const cdoBasic = 1

Const cdoSendUserName = "http://schemas.microsoft.com/cdo/configuration/sendusername"

Const cdoSendPassword = "http://schemas.microsoft.com/cdo/configuration/sendpassword"

' ------------------ SCHNAPP -------------

...im Netz findet man zum anfordern einer Lesebestätigung sowas:

Set objConfig = Server.CreateObject("CDO.Configuration")

objConfig.Fields(cdoSendUsingMethod) = cdoSendUsingPort

objConfig.Fields(cdoSMTPServerPort) = 25

objConfig.Fields(cdoSMTPConnectionTimeout) = 30

'Ausgehender SMTP Server

objConfig.Fields(cdoSMTPServer) = "auth.smtp.server.com"

'Klartext Authentifizierung

objConfig.Fields(cdoSMTPAuthenticate) = cdoBasic

objConfig.Fields(cdoSendUserName) = "mail@server.com"

objConfig.Fields(cdoSendPassword) = "passwort"

' ----------- start lesebestätigung -------

objConfig.Fields(cdoDispositionNotificationTo) = "gelesen@server.com"

objConfig.Fields(cdoReturnReceiptTo) = "gelesen@server.com"

' ----------- ende lesebestätigung -------

objConfig.Fields.Update

...aber die Lesebestätigung funktioniert leider nicht.

Mache ich etwas verkehrt?

Hat jemand eine Lösung die bei ihm funktioniert?

Besten Dank im Vorraus!

Erstelle ein Benutzerkonto oder melde Dich an, um zu kommentieren

Du musst ein Benutzerkonto haben, um einen Kommentar verfassen zu können

Benutzerkonto erstellen

Neues Benutzerkonto für unsere Community erstellen. Es ist einfach!

Neues Benutzerkonto erstellen

Anmelden

Du hast bereits ein Benutzerkonto? Melde Dich hier an.

Jetzt anmelden

Fachinformatiker.de, 2024 by SE Internet Services

fidelogo_small.png

Schicke uns eine Nachricht!

Fachinformatiker.de ist die größte IT-Community
rund um Ausbildung, Job, Weiterbildung für IT-Fachkräfte.

Fachinformatiker.de App

Download on the App Store
Get it on Google Play

Kontakt

Hier werben?
Oder sende eine E-Mail an

Social media u. feeds

Jobboard für Fachinformatiker und IT-Fachkräfte

×
×
  • Neu erstellen...