Eintragsdetails ansehen
ID | Projekt | Kategorie | Sichtbarkeit | Meldungsdatum | Zuletzt aktualisiert |
---|---|---|---|---|---|
0000437 | WEB-Shop | Frontend | öffentlich | 29.08.2011 19:43 | 29.08.2011 19:45 |
Reporter | xantiva | Bearbeitung durch | xantiva | ||
Priorität | normal | Schweregrad | kleinerer Fehler | Reproduzierbar | immer |
Status | erledigt | Lösung | erledigt | ||
Produktversion | 1.0.12 | ||||
Zielversion | 1.0.13 | Behoben in Version | 1.0.13 | ||
Zusammenfassung | 0000437: E-Mail Adresse mit Umlaut verursacht Exception im PHPMailer | ||||
Beschreibung | Wenn man sich mit einer E-Mail Adresse mit einem Umlaut im lokalen Teil anmeldet, kann vom Shop keine E-Mail mehr gesendet werden. Die PHPMailer Klasse verursacht immer eine Exception. Beispiel: küster@example.com Die xtc_validate_email Funktion liefert andere Ergebnisse als die ValidateAddress() des PHPMailer. | ||||
Tags | Keine Tags zugeordnet. | ||||
|
rev. 2172 function xtc_validate_email($email) { /* * The validation of the old function was not the same as the validation * function from the PHPMailer. A valid email for the shop throws an * exception within the PHPMailer: e.g. küster@xantiva.de */ return PHPMailer::ValidateAddress($email); } |
Änderungsdatum | Benutzername | Feld | Änderung |
---|---|---|---|
29.08.2011 19:43 | xantiva | Neuer Eintrag | |
29.08.2011 19:43 | xantiva | Status | neu => zugewiesen |
29.08.2011 19:43 | xantiva | Bearbeitung durch | => xantiva |
29.08.2011 19:45 | xantiva | Notiz hinzugefügt: 0000448 | |
29.08.2011 19:45 | xantiva | Status | zugewiesen => erledigt |
29.08.2011 19:45 | xantiva | Behoben in Version | => 1.0.13 |
29.08.2011 19:45 | xantiva | Lösung | offen => erledigt |