Problem e-mail tabled
-
I have a form – which works perfectly – but mail from the form looks completely wrong.
Have set ‘insert_table_in_mail’ in functions.phpMy result looks like this:
e-mail:
Fra: My name
Emne: Bestilling af billeder
Bestilling fra the hjemmeside:
row(1):12345-5
row(2):12345-5
row(1):2
row(2):1
row(1):45×59
row(2):18×24
My name
Adress and number
70500 Mycity
[email protected]e-mail html:
<!doctype html>
<html xmlns=”https://www.w3.org/1999/xhtml” dir=”ltr” lang=”da-DK”>
<head>
<title>Company – bestilling</title>
</head>
<body>
<p>Fra: My name <[your-email]><br />
Emne: Bestilling af billeder</p>
<p>Bestilling fra the hjemmeside:</p>
<div><label>row(1):</label><span>12345-5</span></div>
<div><label>row(2):</label><span>12345-5</span></div>
<div><label>row(1):</label><span>2</span></div>
<div><label>row(2):</label><span>1</span></div>
<div><label>row(1):</label><span>45×59</span></div>
<div><label>row(2):</label><span>18×24</span></div>
<p>Mu name<br />
Adress and number<br />
70500 Mycity<br />
[email protected]</p>
</body>
</html>`
- The topic ‘Problem e-mail tabled’ is closed to new replies.