I am using a viewfield CCK field in the newsletter issue content type.
When I view the newsletter edition from the site it looks fine.
When I send a test email it looks fine.
But when it is sent normally, the viewfield content does not appear.
Am I missing anything?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 11-18-2010 4-11-50 PM.png | 36.42 KB | struesda |
Comments
Comment #1
miro_dietikerYou might ran into a permission issue..
Note that mass sending triggers exactly the same code as test sending with only few differences.
So please make sure your view is publicly available and does not contain any code / settings that result in situation-dependent views output results.
With provided information i won't be able to provide you more feedback.
Comment #2
struesda commentedI've attached a screenshot of my view settings. I will dig around more and see if there are any viewfield or view configuration/permissions settings that could affect this. Let me know if you spot anything.
Comment #3
miro_dietikerHmm - looks almost too simple ;-)
Have no idea currently...
You could use something like maillog.module (choose disable sending out mails - log only) to make test-real-send processes and do debugging.
http://drupal.org/project/maillog
Comment #4
struesda commentedActually it was a permission issue - I'm using a ViewField CCK field for the newsletter content - and I needed to set the field to be viewable by anonymous users.
Comment #5
simon georges commentedOk, cool, I'm glad you found the issue.