-
May you explain please how can I change the design of e-mail that we receive from the form?
Right now all code in e-mails looks like that:
<
!doctype html>
<html xmlns=3D”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=3D”Content-Type” content=3D”text/html; charset=3Dutf-8″>
<title>Furniture Warranty Claim. Sender Full Name: Andrey Gurov. Item Numbe=
r: 65432.</title>
</head>
<body>Full Name:: Andrey Gurov
Daytime Phone:: 11
Email:: [email protected]
State / Prov:: AZ
Address 1:: Some
Address 2::
ZIP:: 94509
Country:: USA
Item Number: 65432
Name of the Product: AK-47
Comment:: Slow shooting
How would you prefer to be contacted:: phone</body>
</html>But I would like to change it to this format:
<html>
<head>
<meta http-equiv=3D”Content-Type” content=3D”text/html; charset=3Dutf-8″>
</head>
<body>
<table width=3D”99%” border=3D”0″ cellpadding=3D”1″ cellspacing=3D”0″ bgcolor=3D”#EAE=
AEA”>
<tbody><table width=3D”100%” border=3D”0″ cellpadding=3D”5″ cellspacing=3D”0″ bgcolor=3D”#FF=
FFFF”>
<tbody><font style=3D”font-family: sans-serif; font-size:12px;”><str=
ong>Full Name</font><font style=3D”font-family: sans-serif; font-size:12px;”>Zack kovar</font=
><font style=3D”font-family: sans-serif; font-size:12px;”><str=
ong>Email</font><font style=3D”font-family: sans-serif; font-size:12px;”><a href=3D”mailto:=
mw******@juno.com”>mw******@juno.com</font><font style=3D”font-family: sans-serif; font-size:12px;”><str=
ong>Phone</font><font style=3D”font-family: sans-serif; font-size:12px;”>(319) 558-8222</=
font><font style=3D”font-family: sans-serif; font-size:12px;”><str=
ong>Comments</font><font style=3D”font-family: sans-serif; font-size:12px;”>I am looking for=
a manual for a model 65020
HYMH20027-9</font></tbody>
</tbody>
</body>
</html>
E-mail design.
This topic is: not resolved