Hello, where can I change the default editor for composing the emails like font size, line height...please? It is also strange that it often sends a CC to my email address too when I compose and send the emails. How can I get rid of this please?
Change the default editor in the email
Collapse
X
-
-
I change this in the css
Code:.note-editor .note-editable {line-height: 1.2;font-size: 12px;}
Code:.note-editor.note-frame .note-editing-area .note-editable { padding: 10px; overflow: auto; font-size: 12px; }
To make this upgrade safe, you have to create a custom css: https://docs.espocrm.com/development/custom-css/
The editor itself is the same in all places.Comment
-
It's not possible to do for the email body field. You can select an email template with pre-set font sizes though.
But do you really need to increase font size? Emails with a normal font size are percept better by people. When I see a bigger font size, I automatically think it's a spam.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
Comment