is the font of the email changeable? It seems to me that the emails are sent directly from discourse forum and not mailgun. is it so?
just to give some insights about how beautiful it may be after changing the font or adding some style, please look at the two emails below: the left one sent from the forum directly and the other used an html format (it is a campaign and doesn’t have any invitation key):
Pretty sure that’s in app/views/user_notifications/digest.html.erb. Certainly the digests I get from padpors.com are filled with things like (excerpt still in quoted-printable mail format):
Which is remarkably similar, except for the dir="rtl", to the lines in digest.html.erb. Fix the font-family usage in your copy of the file, like you did for the RTL fix.
@hnaseri do you think the same font family as the website can be added to the files you change (just like rtl direction) and as a global change to rtl forums, or should it be done for each forum separately?
I’m not up-to-date on HTML in email, so I don’t know how well just linking the CSS file in would work. You can certainly change the name of the default font-family, though. And that will probably help a lot. Just make sure to change it everywhere in the file.
thanks but is this customization via the admin panel or should it happen in the source code?
if it’s the second case, it seems that a setting is needed via the admin panel for the font-family, and only after that change the erb file can be tuned. otherwise how may one call the digest template in the admin customize panel?
can we define the email text direction with this? we have major problems with RTL language that is reported here. If its possible, can you give us a hint?
thanks for the link, I tried it and it only works for the digest and notification emails. but the 4 invitation email templates (invite to the forum and to a topic, with or without personal message) are not controlled with that string.
is it possible to also request for a feature which connects these 4 emails to that header-string as well?