Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ASP CODE zum mail versenden, fehlt die submit funkt.

Empfohlene Antworten

Veröffentlicht

Hallo, ich habe folgenden asp code zum abschicken einer mail vom server aus geschrieben, aber in meinem buch is nix näher beschrieben wie ich des ganze jetzt an den server schicken kann, ich glaub das es da ne submit funktion geben sollte, kenn aber die genaue syntax nicht.

kann mir jemand vielleicht den submit befehl den ich hier noch einfügen muss geben

DANKE

<% Dim objNewMail

set objNewMail = Server.CreateObject("CDONTS.NewMail")

objNewMail.MailFormat = 0

objNewMail.From = "dominikgrundgeir@kuka-roboter.de"

objNewMail.To = "dominikgrundgeir@kuka-roboter.de"

objNewMail.Subject = "test"

objNewMail.Body ="testtest"

objNewMail.Send

Response.write("Mail was Sent")

set objNewMail = nothing

document.submit

%>

  • 2 Wochen später...

Hallo...

du brauchst kein document.submit schreiben.

Wenn du ******.SEND schreibst, wird die Mail generiert!

Es kann aber sein das euer Mail Server eine Benutzerauthentifizierung durchführt!! (Gegen SMTP Relay!)

Ich glaube die CDONTS Komponente kann keinen User/Password verschicken.

Guck dir mal die JMAIL Komponente an!

CU

microdommi

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.