-
Notifications
You must be signed in to change notification settings - Fork 64
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
New feature implemented: Autoresponder in HTML #130
Comments
Hi Riccardo, sounds great! Could you plese just open a PR here for review? |
Hi, |
Yes, please submit a merge request (= pull request = PR) 👍 |
Hi Churro, PR open... please let me know if there is some mistake (I'm a sysadmin, not a developer 😊 ) |
Thx, I'm going to review it throughout the next days. |
Hello, |
Sorry, I haven't had time to take a closer look yet. I have it on my agenda. |
Hi @rileonar, Generally, I'd welcome this to be part of the Roundcube plugin but it makes only sense if the ISPConfig part is also there. Please reach out when this is the case so that we can revisit this. |
Hi @Churro , |
The issue you have linked refers to MR #1812, which was then reverted, see MR #1816. The revert commit was also the most recent one in |
Hi @Churro, |
Hello,
I've developed a small update to allow user to choose autoresponder mail format between text-only (current) and htm, using same tinymce editor already used in mail compose.
I think this feature could be useful to some people (I saw some threads talking about it, some suggestions but no complete solution).
The update add a new selector called "HTML into Settings->Account->Autoreply page:
When the HTML selector is enabled, into textarea containing body of autoresponder is shown the tinymce html editor (the same used in compose mail process), and once the "Save" button is pressed the html is written to .ispconfig.sieve with proper mime header to format in html the mail sent by autoresponder.
When the HTML selector is disabled, the behavior is the "old one": the content of text area is handled as text only and the mail is sent by autoresponder without any mime header.
The HTML selector state is saved into database (user's mail properties).
I alredy submitted changes to ISPConfig3 project (3.2.11 version) in order to implement this feature:
Now the only remaining file to change to implement the feature is:
If the update will be accepted there will be no more need for me to re-apply it at every ispconfig3_roundcube version upgrade and in fresh installations of ISPConfig.
Could you please provide me directions to submit this update in order to include it into next versions of ispconfig3_roundcube?
Thank you
Riccardo
The text was updated successfully, but these errors were encountered: