• Resolved keldn

    (@keldn)


    I have a form – which works perfectly – but mail from the form looks completely wrong.
    Have set ‘insert_table_in_mail’ in functions.php

    My 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&#8221; 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>`

Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Problem e-mail tabled’ is closed to new replies.