Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A way to edit HTML of signature and / or email? #121

Closed
PeopleInside opened this issue Feb 12, 2025 · 5 comments
Closed

A way to edit HTML of signature and / or email? #121

PeopleInside opened this issue Feb 12, 2025 · 5 comments

Comments

@PeopleInside
Copy link

PeopleInside commented Feb 12, 2025

In the editor while composing an email or pasting a signature on settings, account email, identity... seems there is no way to just paste directly an HTML code or edit the visual results you can see or paste in the editor.

There is a way to resolve this or it's at the moment a missed feature?
Thank you!

Also if I paste my signature with an HTML logo seems the signature while composing an email doesn't show the logo.

@afterlogic-support
Copy link
Member

You can set "AllowEditHtmlSource" to true in data/settings/modules/MailWebclient.config.json file - that will allow for editing HTML source in email messages as well as in signatures.

@PeopleInside
Copy link
Author

Thank you for the reply. In data/settings/modules/ i dont have the file MailWebclient.config.json I have just a file with a similar name called Mail.config.json where inside I cannot find ant AllowEditHtmlSource settings.

I tried to add there the code

	"AllowEditHtmlSource": [
        true,
        "bool",
        null,
        "Allow editing HTML source"
    ]

but it doesn't seems to work.

Also I noticed that while composing an email images of my own signature are not showed and there is no option to show it in the composing window

Image

Thank you!

@PeopleInside
Copy link
Author

I checked also on https://afterlogic.org/download/webmail-lite-php there is no data/settings/modules/MailWebclient.config.json file and in this file here is not AllowEditHtmlSource

@afterlogic-support
Copy link
Member

Try pressing "Update configuration" button in Database Settings screen of admin interface and see if the file shows up.

I checked also on https://afterlogic.org/download/webmail-lite-php there is no data/settings/modules/MailWebclient.config.json file and in this file here is not AllowEditHtmlSource

I cannot confirm that. Have downloaded and extracted the latest package - the file is there, and the setting is in place.

Image

Image

@PeopleInside
Copy link
Author

PeopleInside commented Feb 12, 2025

Thank you, found. I don't know why I was unable to found the right file.
Do you know any solution to be able to see the signature in the composer window?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants