donators

n@work Internet Informationssysteme GmbH
Your ad here

supported by

 TYPO3 Hamburg
 TYPO3 Anbieter

Advertising

Avoid linkbreak

By: Thomas

11.01.06 12:59 Age: 2 yrs

When I use the newsletter subscription the links in the mails are broken and can't be clicked anymore. How can I avoid that?

If you don't configure the links correctly the user will get a confirmation link like:

www.mypage.de/index.php&
rU=203&fD[_FIELDLIST]=uid&fD[hidden]=0&aC=118ebe13

To avoid this you should add the following TypoScript to your setup:

  1.  
  2. config.notification_email_urlmode = all
  3.  

This option can have the following values:

  • empty: The URL won't be touched at all
  • 76: Links that are longer 76 chracters are stored in the database
  • all: All links that starts with "http://" are stored in the database

Found a mistake?

If you found a mistake or if you have a good tip or suggestion, please contact me at thomas(at)typo3-unleashed.net. I will check it and correct the entry or insert the new one.

Thanks in advance for your help.