i have to change the default confirmation emial template in sr_feuser_register ext, i'd changed succesfully every markers content but i have to insert an image into the html email and it don't want to work... i tried to replace the marker with te whole i.m.g. tag (img src="....") and i've tried ti replace only the src (img src="marker")... but dosn't work. anybody met this problem already?

link|improve this question
What's not working exactly? is the email being sent at all? Also make sure you send the mail as HTML (setting plugin.tx_srfeuserregister_pi1.email.HTMLMail = 1). Also take a look at forge.typo3.org/projects/extension-sf_register as sr_feuser_register is not being developed any more.. – konsolenfreddy Feb 13 at 16:16
i'm overwriting the label from locallang... it dosn't replace the marker.... i've checked to ....email.HTMLMail = 1, it's ok. i tried to replace the special chars (<,",>) with &quot; &lt; etc then he ecos the whole img tag in the mail. – dtl laci Feb 14 at 10:48
Check formFields (and maybe requiredFileds) in sr_feuser_register ts constants. The field must be listed there. – Mateng Mar 12 at 23:44
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.