i've replaced my original logo for the newsletter with a new one. the change shows up when i view the newsletter on the website, but when i send a test, the old image appears.

i've been re-sending the same draft; will i need to create a new node to force the change for this newsletter?

i tried clearing the cache from the database, but that did not work. i cannot find where info for this module is stored in the database.

thanks

Comments

TBarregren’s picture

Assigned: Unassigned » TBarregren
Status: Active » Closed (fixed)

Since Simplenews Template merely makes the content of a newsletter node to be sent through the theming function theme_simplenews_template_mail_content(). Thus, the problem you describe is either before the Simplenews Template is called, that is in SImplenews, or after it has been called, that is any cache mechanism between the web server and your user.

I'm sorry that I can't give you a better answer.