This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Possible to use HTML templates ?

Tags: None
(comma "," separated)
User avatar
mzf
Registered Member
Posts
3
Karma
0
OS

Possible to use HTML templates ?

Wed Aug 10, 2022 3:03 pm
Hi,

I've looked at signatures and templates and I can't see a way to do this. I want a default new email template like this ...

Code: Select all
// Example Multipart Email:
From: sender@example.com
To: recipient@example.com
Subject: Multipart Email Example
Content-Type: multipart/alternative; boundary="boundary-string"

--your-boundary
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Plain text email goes here!
This is the fallback if email client does not support HTML

--boundary-string
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

<h1>This is the HTML Section!</h1>
<p>This is what displays in most modern email clients</p>

--boundary-string--


( From https://gist.github.com/tylermakin/d820 ... c7fb1939a8 )

So when I start a new email I want to type in my email and it to be added both to text only and to HTML sections.

Is something like this even possible in Kontact/kmail ?

Cheers


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]