[31e88f42] Keine neuen Commits in dieser Session.

Keine neuen Commits in dieser Session.
This commit is contained in:
2026-03-09 08:46:33 +00:00
parent 67094b9822
commit 895e8b5c19
5 changed files with 27 additions and 24 deletions

View File

@@ -310,9 +310,12 @@ def process_lead(request_id, company, opener, receiver, name):
except:
sig = ""
# Format the opener text into proper HTML paragraphs
opener_html = "".join([f"<p>{line}</p>" for line in opener.split('\n') if line.strip()])
email_body = f"""
<p>Hallo {name},</p>
{opener}
{opener_html}
<p>Ich freue mich auf den Austausch und schlage Ihnen hierfür konkrete Termine vor:</p>
<ul>
{booking_html}

View File

@@ -1,11 +1,6 @@
<table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="460" style="width:345.0pt">
<tbody>
<tr>
<td width="380" style="width:285.0pt;padding:0cm 0cm .75pt 0cm">
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#3D3C3F">Freundliche Grüße</span><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#3D3C3F"><br>
<br>
</span><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#3D3C3F">Elizabeta Melcer</span><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#3D3C3F"><br>
</span><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#3D3C3F">Inside Sales Managerin</span><span style="font-size:9.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#3D3C3F;mso-ligatures:none"><o:p></o:p></span></p>
</td>
</tr>
</tbody>