PSD-Tutorials.de
Forum für Design, Fotografie & Bildbearbeitung
Tutkit
Agentur
Hilfe
Kontakt
Start
Forum
Aktuelles
Besonderer Inhalt
Foren durchsuchen
Tutorials
News
Anmelden
Kostenlos registrieren
Aktuelles
Suche
Suche
Nur Titel durchsuchen
Von:
Menü
Anmelden
Kostenlos registrieren
App installieren
Installieren
JavaScript ist deaktiviert. Für eine bessere Darstellung aktiviere bitte JavaScript in deinem Browser, bevor du fortfährst.
Du verwendest einen veralteten Browser. Es ist möglich, dass diese oder andere Websites nicht korrekt angezeigt werden.
Du solltest ein Upgrade durchführen oder einen
alternativen Browser
verwenden.
Antworten auf deine Fragen:
Neues Thema erstellen
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
PHP, Javascript, jQuery, Ajax, nodeJS, MySQL...
OnePager von PSD-Tutorials TecTite FormMail funktioniert nicht
Beitrag
<blockquote data-quote="TeimoChan" data-source="post: 2613566" data-attributes="member: 629434"><p>Hallo zusammen,</p><p>ich habe ein kleines Problem. Meine neue OnePager Website ist nun fast fertig, aber leider funktioniert der Versand der Mails über die Website nicht. Ich habe eigentlich alles so gemacht, wie es in der Anleitung steht, aber trotzdem funktioniert es nicht.</p><p></p><p>Ich habe mir von PSD-Tutorials eine OnePager Vorlage für Bewerbungen heruntergeladen und finde diese auch wirklich super. Leider funktioniert aber das E-Mail Formular nicht, obwohl ich meine E-Mail Adresse eingetragen habe.</p><p></p><p>Ich bekomme über meinen lokalen xampp Server folgende Notiz ausgesprochen: [code]Notice: Undefined index: mailsend in D:\xampp\htdocs\***\index.php on line 381[/code]</p><p></p><p>Diese Line 381 ist folgende: [php]<?php if( $_GET['mailsend'] =='true' ): ?>[/php]</p><p></p><p>Hier der gesamte FormMail Code der index.php: </p><p>[php]<div id="kontakt" class="site-contact"></p><p> <div class="container clear"></p><p> <h2><span>Kontakt</span></h2></p><p> <?php if( $_GET['mailsend'] =='true' ): ?></p><p> <div id="gesendet" class="note"></p><p> <p>Ihre Nachricht wurde erfolgreich verschickt &nbsp; <span class="entypo-check"></span></p></p><p> </div></p><p> <!-- note --></p><p> <?php endif; ?></p><p> <div class="contact-column-1" data-sr="wait 0.4s, enter bottom, scale up 0%"></p><p> <h3><span class="entypo-location"></span> Anschrift</h3></p><p> <ul></p><p> <li>***</li></p><p> <li>***</li></p><p> </ul></p><p> <h3><span class="entypo-phone"></span> Telefon</h3></p><p> <ul></p><p> <li>***</li></p><p> <li>***</li></p><p> </ul></p><p> <h3><span class="entypo-paper-plane"></span> E-Mail</h3></p><p> <ul></p><p> <li>***</li></p><p> </ul></p><p> </div></p><p> <!-- contact-column --></p><p> <div class="contact-column-2" data-sr="wait 0.6s, enter bottom, scale up 0%"></p><p> <form action="formmail.php" method="post" name="SampleForm" id="contact-form" class="contact-form"></p><p> <input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER" /></p><p> <input type="hidden" name="recipients" value="HIER STEHT MEINE E-MAIL ADRESSE" /> <!-- STEP 1: Put your email address in the 'recipients' value. Note that you also have to allow this email address in the $TARGET_EMAIL setting within formmail.php! --></p><p> <input type="hidden" name="required" value="E-Mail: Ihre E-Mail-Adresse,Vorname: Ihr Vorname, Nachname: Ihr Nachname, Nachricht: Ihre Nachricht" /> <!-- STEP 2: Specify required fields in the 'required' value - or leave unchanged. NOTE: DO NOT put your email address and name here. "Your email address" and "Your name" are error messages for your users to see, not placeholders for you to replace. --></p><p> <input type="hidden" name="subject" value="Kontaktformular von ***" /> <!-- STEP 3: Put your subject line in the 'subject' value. --></p><p> <!-- ALL DONE! Visit our site for HOW TO guides and more complex features. --></p><p> <input type="hidden" name="derive_fields" value="email=E-Mail,realname=Vorname Nachname" /> <!-- this derives (creates) "email" and "realname" special fields from the input fields --></p><p> <input type="hidden" name="mail_options" value="Exclude=email;realname" /> <!-- this excludes the "email" and "realname" special fields from the body of the email you receive --></p><p> <input type="hidden" name="good_url" value="index.php?mailsend=true#gesendet" /></p><p> <div class="contact-row"></p><p> <input type="text" name="Vorname" id="firstname" class="form-firstname" placeholder="Ihr Vorname *" required /></p><p> <input type="text" name="Nachname" id="lastname" class="form-lastname" placeholder="Ihr Nachname *" required /></p><p> </div></p><p> <!-- contact-row --></p><p> <div class="contact-row"></p><p> <input type="email" name="E-Mail" id="email" class="form-email" placeholder="Ihre E-Mail-Adresse *" required /></p><p> <input type="tel" name="Telefon" id="phone" class="form-phone" pattern="[0-9]{10}" title="Ihre Rufnummer" placeholder="Ihre Rufnummer" /></p><p> </div></p><p> <!-- contact-row --></p><p> <div class="contact-row"></p><p> <textarea name="Nachricht" id="message" class="form-message" placeholder="Ihre Nachricht *" required></textarea></p><p> <input type="submit" class="form-submit" value="Nachricht senden" /></p><p> </div></p><p> <!-- contact-row --></p><p> </form></p><p> <!-- contact-form --></p><p> </div></p><p> <!-- contact-column -->[/php]</p><p></p><p>Ich hoffe, mir kann jemand helfen. Danke im Voraus.</p></blockquote><p></p>
[QUOTE="TeimoChan, post: 2613566, member: 629434"] Hallo zusammen, ich habe ein kleines Problem. Meine neue OnePager Website ist nun fast fertig, aber leider funktioniert der Versand der Mails über die Website nicht. Ich habe eigentlich alles so gemacht, wie es in der Anleitung steht, aber trotzdem funktioniert es nicht. Ich habe mir von PSD-Tutorials eine OnePager Vorlage für Bewerbungen heruntergeladen und finde diese auch wirklich super. Leider funktioniert aber das E-Mail Formular nicht, obwohl ich meine E-Mail Adresse eingetragen habe. Ich bekomme über meinen lokalen xampp Server folgende Notiz ausgesprochen: [code]Notice: Undefined index: mailsend in D:\xampp\htdocs\***\index.php on line 381[/code] Diese Line 381 ist folgende: [php]<?php if( $_GET['mailsend'] =='true' ): ?>[/php] Hier der gesamte FormMail Code der index.php: [php]<div id="kontakt" class="site-contact"> <div class="container clear"> <h2><span>Kontakt</span></h2> <?php if( $_GET['mailsend'] =='true' ): ?> <div id="gesendet" class="note"> <p>Ihre Nachricht wurde erfolgreich verschickt <span class="entypo-check"></span></p> </div> <!-- note --> <?php endif; ?> <div class="contact-column-1" data-sr="wait 0.4s, enter bottom, scale up 0%"> <h3><span class="entypo-location"></span> Anschrift</h3> <ul> <li>***</li> <li>***</li> </ul> <h3><span class="entypo-phone"></span> Telefon</h3> <ul> <li>***</li> <li>***</li> </ul> <h3><span class="entypo-paper-plane"></span> E-Mail</h3> <ul> <li>***</li> </ul> </div> <!-- contact-column --> <div class="contact-column-2" data-sr="wait 0.6s, enter bottom, scale up 0%"> <form action="formmail.php" method="post" name="SampleForm" id="contact-form" class="contact-form"> <input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER" /> <input type="hidden" name="recipients" value="HIER STEHT MEINE E-MAIL ADRESSE" /> <!-- STEP 1: Put your email address in the 'recipients' value. Note that you also have to allow this email address in the $TARGET_EMAIL setting within formmail.php! --> <input type="hidden" name="required" value="E-Mail: Ihre E-Mail-Adresse,Vorname: Ihr Vorname, Nachname: Ihr Nachname, Nachricht: Ihre Nachricht" /> <!-- STEP 2: Specify required fields in the 'required' value - or leave unchanged. NOTE: DO NOT put your email address and name here. "Your email address" and "Your name" are error messages for your users to see, not placeholders for you to replace. --> <input type="hidden" name="subject" value="Kontaktformular von ***" /> <!-- STEP 3: Put your subject line in the 'subject' value. --> <!-- ALL DONE! Visit our site for HOW TO guides and more complex features. --> <input type="hidden" name="derive_fields" value="email=E-Mail,realname=Vorname Nachname" /> <!-- this derives (creates) "email" and "realname" special fields from the input fields --> <input type="hidden" name="mail_options" value="Exclude=email;realname" /> <!-- this excludes the "email" and "realname" special fields from the body of the email you receive --> <input type="hidden" name="good_url" value="index.php?mailsend=true#gesendet" /> <div class="contact-row"> <input type="text" name="Vorname" id="firstname" class="form-firstname" placeholder="Ihr Vorname *" required /> <input type="text" name="Nachname" id="lastname" class="form-lastname" placeholder="Ihr Nachname *" required /> </div> <!-- contact-row --> <div class="contact-row"> <input type="email" name="E-Mail" id="email" class="form-email" placeholder="Ihre E-Mail-Adresse *" required /> <input type="tel" name="Telefon" id="phone" class="form-phone" pattern="[0-9]{10}" title="Ihre Rufnummer" placeholder="Ihre Rufnummer" /> </div> <!-- contact-row --> <div class="contact-row"> <textarea name="Nachricht" id="message" class="form-message" placeholder="Ihre Nachricht *" required></textarea> <input type="submit" class="form-submit" value="Nachricht senden" /> </div> <!-- contact-row --> </form> <!-- contact-form --> </div> <!-- contact-column -->[/php] Ich hoffe, mir kann jemand helfen. Danke im Voraus. [/QUOTE]
Bilder bitte
hier hochladen
und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Zitate einfügen…
Authentifizierung
Wenn ▲ = 7, ▼ = 3, ◇ = 2 und die Summe von ▲ und ▼ durch ◇ geteilt wird, was ist das Ergebnis?
Antworten
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
PHP, Javascript, jQuery, Ajax, nodeJS, MySQL...
OnePager von PSD-Tutorials TecTite FormMail funktioniert nicht
Oben