Closed (fixed)
Project:
Drupal core
Version:
6.26
Component:
contact.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Aug 2012 at 14:21 UTC
Updated:
8 Aug 2013 at 19:41 UTC
I'm using the Acquia Prosper theme and I find that the admin/system mails sent from the contact-form use the theme's smallest font-size (10px), regardless of the rest of the site settings.
The now ex-sitebuilder apparently solved the problem by hacking the core typography files, which of course made it impossible to use any font settings in the theme and disappeared when the site was updated from 6.22 to 6.26.
How can I change the font-size?
Comments
Comment #1
dave reidDrupal core sends plain-text e-mails. You must be using some kind of other mail module to send HTML-formatted mails, and you'll need to transfer this support request to that module's issue queue.
Comment #2
niki v commentedMy bad for not updating the issue: it got solved later in an unexpected way and I forgot I'd posted this question here.
When I did get around to setting up HTML-mail I found that Acquia prosper is one of those themes that needs a blank mail.css file dropped into it for it to format the HTML-mail correctly. Once I did that, the system emails used a readable font-size - the client's understandable complaint was that 10px becomes 8px in gmail with plain text emails.