HI. thanks for the module.
When I create a new issue through SN_content_selection the newsletter is formatted as plain text ($node->simplenews['s_format'] = plain)
while creating a new issue through "node/add", simplenews outputs html formatted emails.
If i copy/paste the whole SN_content_selection output from the node it creates to a new issue, the same code is sent as html ($node->simplenews['s_format'] = html).
Is it possible to solve this?
can you point me in the right direction?

Thanks a lot in advance

Comments

dtrdewaele’s picture

Status: Active » Closed (fixed)

This should be fixed in the release of the module. You have to install MIME mail to fix this.

nitebreed’s picture

Version: 6.x-1.x-dev » 6.x-1.6
Status: Closed (fixed) » Active

Reopening this issue.

I'm having the same problem on 6.x-1.6

If I roll back to 6.x-1.5 everything is working fine.

dtrdewaele’s picture

Status: Active » Needs work

Hmm strange, I don't think anything was changed on this part of module in 1.6. I'll look for it asap.

dtrdewaele’s picture

Assigned: Unassigned » dtrdewaele
nitebreed’s picture

Any news on this matter?

bserem’s picture

I'm having the same issue with default format: if I create a newsletter from admin/content/node/overview the resulting newsletter is in plain-text, no matter the settings in SCS admin page

husztisanyi’s picture

Title: Newsletter not encoded in HTML format » Newsletter in HTML format
Assigned: dtrdewaele » husztisanyi

The settings are not in the SCS admin page.

You have to install HTML mail and Mail system modules,
In the HTML mail module set "Post-filtering" to Unfiltered, and in the Mail system module set "Site-wide default MailSystemInterface class" to HTMLMailSystem!

Marko B’s picture

This is only a DEFAULT problem, seems that when creating newsletter with this module it always go to plain text as default and you have to change it manaully, when using only simplenews, default is respected. So this is only a form bug.

tchopshop’s picture

Is there any way to change this to respect the default? It has caused accidents of sending plain text newsletters by mistake, since the area where you change it is a collapsed field set. Having same issue in 6.x-2.x-dev

vuil’s picture

Assigned: husztisanyi » Unassigned
Issue summary: View changes
Status: Needs work » Closed (outdated)