Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何保护我的 Typo3 网站 v8 中的电子邮件地址。
通常在旧版本中我发现这个:
config.spamProtectEmailAddresses = 2 config.spamProtectEmailAddresses_atSubst = (at)
但这没有用,我错过了什么?
这适用于 TYPO3 8.7.1。
config.spamProtectEmailAddresses = 1 config.spamProtectEmailAddresses_atSubst = (at)
请确保冒号和电子邮件地址之间没有空格。
<a href="mailto:info@my_company.org">Mail</a>