Feature #15382
closedUsing a constant as email address is not possible
0%
Description
I'd like to place e.g. ###MYMAILADDR### as an email address using the link wizard. This results in unusable mailto links like
https://www.osadl.org/typo3/index.php?id=33 (using ###MAIL_INFO###)
mailto:###MAIL_INFO_PURE### (using ###MAIL_INFO_PURE###)
What I want is a mailto link which is managed by TS so that the constant is replaced and the spam protection replacements are done.
constants {
MAIL_INFO = mailto:info@xxxxx.org
MAIL_INFO_PURE = info@xxxxx.org
}
config {
spamProtectEmailAddresses = 3
spamProtectEmailAddresses_atSubst = (at);
spamProtectEmailAddresses_lastDotSubst = (dot);
}
(issue imported from #M2218)
Updated by Stanislas Rolland almost 19 years ago
Have a look at the user elements that you can insert with the user button. These user elements are easily configured using the Custom Tags (de_custom_tags) extension.
Until TYPO3 4.0, the title attribute on the a tag prevents the typolink features such as spam protection. If there is no title attribute on the a tag, it should work correctly. This will be corrected in TYPO3 4.0.
Updated by Stanislas Rolland almost 17 years ago
No feedback.
Closing the issue.