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?

CommentFileSizeAuthor
#2 11-18-2010 4-11-50 PM.png36.42 KBstruesda

Comments

miro_dietiker’s picture

Status: Active » Postponed (maintainer needs more info)

You 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.

struesda’s picture

StatusFileSize
new36.42 KB

I'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.

miro_dietiker’s picture

Hmm - 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

struesda’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

Actually 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.

simon georges’s picture

Ok, cool, I'm glad you found the issue.