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.

Formular versand

Empfohlene Antworten

Veröffentlicht

Hallo,

gibt es die Möglichkeit ein HTML-Formular zu verschicken ohne das man ein Emailprogramm oder eine andere Homepage benötigt?

Danke

Ja, dein Webspace muss nur irgendeine Skriptsprache unterstützen.

Gruß Jaraz

das tut er, brauche ich da cgi?

Ja, hab ich selbst irgendwann mal angewandt gehabt. Aber mit Hilfe einer Page, wenn du kein cgi verwenden möchtest.

Du musst dich bei Formmailer eintragen, ist kostenlos wenn du es privat nutzt.

Und trägst also form ein:

<form action="http://send.formmailer.com/" method="POST" enctype="multipart/form-data">

<input type="Hidden" name="formmailer" value="[deine nummer]">

Formmailer leitet es dann an dich weiter.

Edit:

~~ Sorry hatte übersehen das du keine andere Page willst. :rolleyes:

hat jemand so ein cgi script für mich?


9.20: How do I send mail?



    Use the "sendmail" program directly:


        open(SENDMAIL, "|/usr/lib/sendmail -oi -t -odq")

                            or die "Can't fork for sendmail: $!\n";

        print SENDMAIL <<"EOF";

        From: User Originating Mail <me\@host>

        To: Final Destination <you\@otherhost>

        Subject: A relevant subject line


        Body of the message goes here after the blank line

        in as many lines as you like.

        EOF

        close(SENDMAIL)     or warn "sendmail didn't close nicely";


    The -oi option prevents sendmail from interpreting a line consisting of

    a single dot as "end of message". The -t option says to use the headers

    to decide who to send the message to, and -odq says to put the message

    into the queue. This last option means your message won't be immediately

    delivered, so leave it out if you want immediate delivery.


    Alternate, less convenient approaches include calling mail (sometimes

    called mailx) directly or simply opening up port 25 have having an

    intimate conversation between just you and the remote SMTP daemon,

    probably sendmail.


    Or you might be able use the CPAN module Mail::Mailer:


        use Mail::Mailer;


        $mailer = Mail::Mailer->new();

        $mailer->open({ From    => $from_address,

                        To      => $to_address,

                        Subject => $subject,

                      })

            or die "Can't open: $!\n";

        print $mailer $body;

        $mailer->close();


    The Mail::Internet module uses Net::SMTP which is less Unix-centric than

    Mail::Mailer, but less reliable. Avoid raw SMTP commands. There are many

    reasons to use a mail transport agent like sendmail. These include

    queuing, MX records, and security.

Die Mail mit Inhalt füllen, musst du schon selber machen.

Oder du suchst dir ein formmailer Skript, das du auf deinen eigenen Webspace packst.

schau einfach mal hier: http://www.cgi-resources.com/

Gruß Jaraz

hm ich würde es dir mit php raten weil ich persöhnlich cgi sch****e finde... ;) das doch echt viel besser mit php zu lösen... :)

Original geschrieben von sYnTaxx

hm ich würde es dir mit php raten weil ich persöhnlich cgi sch****e finde... das doch echt viel besser mit php zu lösen...

Kommt drauf an, wie du es gewohnt bist und was auf dem Webserver überhaupt läuft...

Verschoben in die Webserverprogrammierung...

was für sprachen unterstützen überhaupt dein Webspace asp cgi php ......?????

viele provider haben auch schon z.b. den asp mailer oder jmail oder sowas am laufen, die du nurnoch aus deinen scripten mit daten füttern musst.

ich würd an deiner stelle mal schreiben was dein provider so alles unterstützt.

zu obigen 2 mailern habe ich beispiele in asp

auf dem Server läuft alles

läuft da schon asp mailer, jmail oder sowas drauf???

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.