Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.php > #3731
| Path | csiph.com!news.mixmin.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail |
|---|---|
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
| Newsgroups | de.comp.lang.php |
| Subject | Re: Programmierfrage Kontaktmailfehler |
| Date | Thu, 10 Mar 2016 11:07:34 +0100 |
| Organization | PointedEars Software (PES) |
| Lines | 40 |
| Message-ID | <1993222.bNh8GbZYfa@PointedEars.de> (permalink) |
| References | <dk8do2F4797U1@mid.individual.net> <nbqae5$4tb$1@dont-email.me> |
| Reply-To | Thomas 'PointedEars' Lahn <php@PointedEars.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="UTF-8" |
| Content-Transfer-Encoding | 8Bit |
| X-Trace | solani.org 1457604454 14212 eJwFwYEBwCAIA7CXAG2H51SQ/09YgkVnfZvgxmAsYt6Eg1RZFE+XTMeUEJ93ed51WsPsG/wBIGcRgg== (10 Mar 2016 10:07:34 GMT) |
| X-Complaints-To | abuse@news.solani.org |
| NNTP-Posting-Date | Thu, 10 Mar 2016 10:07:34 +0000 (UTC) |
| User-Agent | KNode/4.14.2 |
| X-User-ID | eJwFwQkBwDAIA0BLlCcUOZAV/xJ2F4YDpiPgsbHUaWpFVwritfiQO57xih9lIe0muh+CV3hsturgGXKu5g9tKhW+ |
| Cancel-Lock | sha1:I7Bn9dOy07ctoEBAnkME+YwGilo= |
| X-NNTP-Posting-Host | eJwFwQEBwCAMAzBLnLZjk8MZ9S+BRIgvzmIoKMuT2v3f0jrqCZsJo6HoQBZyiAP76lSx3A8X+xC+ |
| Xref | csiph.com de.comp.lang.php:3731 |
Show key headers only | View raw
Christian Stadler wrote: > Am 08.03.2016 um 17:42 schrieb Daniel Rafflenbeul: >> [...] >> Mein Problem ist in der "go mail" Zeile das die Mail an den Schreiber >> der Kontaktmail geht da SEINE Emailadresse als Empfänger angegeben wird. >> >> Original go mail Zeile : >> go_mail(SHOP_OWNER, SHOP_OWNER_EMAIL_ADDRESS, EMAIL_SUBJECT, >> $mailtext, $name, $email_address); (Diese wird an $email_address , den >> Schreiber der Kontaktmail gesendet) >> [...] > > […] > Offenbar hast du den Codeschnipsel von der Stelle, wo eine Bestellung an > deine E-Mail-Adresse geschickt wird. _Vermutlich_ musst du in dem Fall > also SHOP_OWNER mit $name und SHOP_OWNER_EMAIL_ADDRESS mit > $email_address tauschen. Also: > | go_mail($name, $email_address, EMAIL_SUBJECT, $mailtext, > | SHOP_OWNER, SHOP_OWNER_EMAIL_ADDRESS); *Bist* *Du* *da* *auch* *wirklich* *ganz* *sicher*? > Ansonsten verweise ich auf die Antwort von Thomas. Gute Idee ;-) > PS: Wenn du dir nicht sicher bist, ob eine Funktion eine in PHP > eingebaute ist, hilft immer eine Suche im PHP-Manual. Wenn sie da nicht > drin steht, schau im Code der entsprechenden Software nach, wie sie > funktioniert. Wenn Sie dann direkt dokumentiert ist, ist es einfach, > ansonsten immer eine gute Übung. Einfach nur Copy&Pray tut Niemandem gut. ACK. -- PointedEars Zend Certified PHP Engineer <http://www.zend.com/en/yellow-pages/ZEND024953> | Twitter: @PointedEars2 Please do not cc me. / Bitte keine Kopien per E-Mail.
Back to de.comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar
Programmierfrage Kontaktmailfehler "Daniel Rafflenbeul" <daniel-r@gmx.net> - 2016-03-08 17:42 +0100
Re: Programmierfrage Kontaktmailfehler Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-09 00:22 +0100
Re: Programmierfrage Kontaktmailfehler Gerome Muent <kontakt@bmservices.de> - 2016-03-09 16:05 +0100
Re: Programmierfrage Kontaktmailfehler Christian Stadler <stadli@gmx.de> - 2016-03-10 00:12 +0100
Re: Programmierfrage Kontaktmailfehler Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-10 11:07 +0100
Re: Programmierfrage Kontaktmailfehler "Daniel Rafflenbeul" <daniel-r@gmx.net> - 2016-03-11 12:10 +0100
Re: Programmierfrage Kontaktmailfehler Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-11 21:31 +0100
csiph-web