No matter what I do doesntwork.com uses the templavoila template of work.com. I want doesntwork.com to use its own templavoila template, but dunno how.
I use directmail with multiple domains in one typo3 tree. E.g. the domains: works.com and doesntwork.com. Directmail works with the first domain (works.com), but not with the second domain (doesntwork.com).
I create a new directmail with the wizard, by
Details about the installation:
In the root template of DoesntWork I have added this to the setup
config.baseURL = http://doesntwork.com/
In the root template of Work I have added this to the setup
config.baseURL = http://work.com/
On the WorkNewsletter folder I have added a template with this is the setup field
plugin.tx_directmail_pi1.siteUrl = http://work.com/
On the DoesntWorkNewsletter folder I have added a template with this is the setup field
plugin.tx_directmail_pi1.siteUrl = http://doesntwork.com/
I have tried to send mails by using the backend when logged in at http://doesntwork.com/typo3/
but it didn't make any difference.
Anything obvious I have done wrong? What can I do to debug it?
After i configured realurl for both domains, I started getting this error message
The HTML content could not be fetched.
Previously could not see any error message.
It helped me realize that I had to specify a domain here
Direct Mail
Configuration
SET DEFAULT VALUES FOR MAIL CONTENT FETCHING OPTIONS:
Domain of internal links:
Now newsletters works for both domains with the right templavoila template.