[TYPO3-UG Oesterreich] Mailversand bei der Ext. sr_feuser_register macht Probleme

Gepl, Christian Christian.Gepl at lk-noe.at
Thu Mar 16 17:44:49 CET 2006


Hallo Leute,
 
bin gerade dabei, die Extension Frontend User Registration zu configurieren.
 
Soweit funktioniert ja schon das meiste allerdings beim Versand der Bestätigungsmail aus Typo3 kommen Fehlermeldungen.
 
TYPO3-Version: 4.0RC1
 
Ext.-Version: sr_feuser_register 2.3.0
 
 
folgende Fehlermeldungen werden angezeigt:
 
Warning: mail() [function.mail]: SMTP server response: 501 5.5.4 Invalid Address in C:\xampp\htdocs\2\t3lib\class.t3lib_div.php on line 3973

 

Warning: mail() [function.mail]: SMTP server response: 501 5.5.4 Invalid Address in C:\xampp\htdocs\2\t3lib\class.t3lib_div.php on line 3973

 

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\2\t3lib\class.t3lib_div.php:3973) in C:\xampp\htdocs\2\typo3\sysext\cms\tslib\class.tslib_fe.php on line 2734

 

 

Anbei auch die Constants:

 

plugin.tx_srstaticinfo_pi1.onChangeAttribute = javascript:this.form.submit();

plugin.tx_srstaticinfo_pi1.languageCode = de

plugin.tx_srstaticinfo_pi1.countryZoneCode = AT-3

plugin.tx_srstaticinfo_pi1.countryCode = AT

plugin.tx_srstaticinfo_pi1.currencyCode = EUR

plugin.tx_srfeuserregister_pi1.enableEmailOnUpdate = 1

plugin.tx_srfeuserregister_pi1.enableEmailOnDelete = 1

plugin.tx_srfeuserregister_pi1.enableAdminNotifyConfirmation = 1

plugin.tx_srfeuserregister_pi1.enableAdminNotifyOnApprove = 1

plugin.tx_srfeuserregister_pi1.enableEmailOnRegister = 1

plugin.tx_srfeuserregister_pi1.enableEmailOnRefuse = 1

plugin.tx_srfeuserregister_pi1.enablePreviewRegister = 1

plugin.tx_srfeuserregister_pi1.enablePreviewEdit = 1

plugin.tx_srfeuserregister_pi1.enableAdminReview = 0

plugin.tx_srfeuserregister_pi1.enableEmailConfirmation = 1

plugin.tx_srfeuserregister_pi1.enableAdminNotifyOnRefuse = 1

plugin.tx_srfeuserregister_pi1.useMd5Password = 1

plugin.tx_srfeuserregister_pi1.enableAdminNotifyOnUpdate = 1

plugin.tx_srfeuserregister_pi1.enableAdminNotifyOnDelete = 1

plugin.tx_srfeuserregister_pi1.enableEmailOnApprove = 1

plugin.tx_srfeuserregister_pi1.forceFileDelete = 1

plugin.tx_srfeuserregister_pi1.email = christian.gepl at lk-noe.at

plugin.tx_srfeuserregister_pi1.userGroupAfterConfirmation = 2

plugin.tx_srfeuserregister_pi1.userGroupAfterAcceptation = 2

plugin.tx_srfeuserregister_pi1.passwordAtLeast = 5

plugin.tx_srfeuserregister_pi1.salutation = formal

plugin.tx_srfeuserregister_pi1.maxImages = 6

plugin.tx_srfeuserregister_pi1.nameAtMost = 80

plugin.tx_srfeuserregister_pi1.usernameAtLeast = 6

plugin.tx_srfeuserregister_pi1.loginPID = 15

plugin.tx_srfeuserregister_pi1.registerPID = 16

plugin.tx_srfeuserregister_pi1.editPID = 17

plugin.tx_srfeuserregister_pi1.confirmPID = 18

plugin.tx_srfeuserregister_pi1.userGroupUponRegistration = 1

plugin.tx_srfeuserregister_pi1.formFields = username, password, gender, first_name, last_name, status, date_of_birth, email, address, city, zone, static_info_country, zip, telephone, fax, language, title, company, www, module_sys_dmail_html, module_sys_dmail_category, image, comments, disable

plugin.tx_srfeuserregister_pi1.requiredFields = username,password,first_name,last_name,email

plugin.tx_srfeuserregister_pi1.enableHTMLMail = 0

plugin.tx_srfeuserregister_pi1.onChangeCountryAttribute = javascript:window.document.getElementById('tx-srfeuserregister-pi1-fe_users_form').submit();

 

 

 

 

 

 

Wenn ich im Install-Tool die mailfunktion teste, egal ob html oder textmail, dann funktioniert das auch.

Allerdings sieht der Quelltext der HTML-Mail auch etwas sonderbar aus:
<html><body>HTML TEST CONTENT</body></html
Die letzte > Klammer fehlt und der Head-Bereich auch.
 
 
Wo könnte denn das Problem liegen?
 
Bitte um Hilfe!!
 
lg chris
 



More information about the TYPO3-at mailing list