Ver Mensaje Individual
  #4 (permalink)  
Antiguo 07/09/2019, 22:50
chelares
 
Fecha de Ingreso: junio-2012
Mensajes: 29
Antigüedad: 11 años, 9 meses
Puntos: 0
Respuesta: Problemas con Table

Muchas gracias por la respuesta, este es el codigo completo del correo:

sendmail
[
from :zoho.loginuserid
to :Despacho_Realizado.Customer.Email,Despacho_Realiz ado.Customer.Email_2
subject :"[Order ID-" + Despacho_Realizado.Order_ID + "]Order Delivered (Despacho Realizado)"
message :"Hi,<div><br></div><div>Your order[" + Despacho_Realizado.Order_ID + "] is out for delivery.</div><div><br></div><div>Thank you for your order.</div> <table cellpadding=\"2\" cellspacing=\"2\" border=\"1\" style=\"width: 100%; font-size: 10pt;\"> <thead><tr><th>Fecha Pedido</th><th>Fecha Entrega</th><th>Cliente</th><th>Razon Social</th><th>Producto</th><th>Uni. Medida</th><th>Cantidad</th><th>Precio</th><th>Total</th><th>Observ. Cliente</th></tr></thead> <tbody><tr><td>" + Despacho_Realizado.Order_Date + "</td><td>" + Despacho_Realizado.Estimated_Delivery_Date + "</td><td>" + Despacho_Realizado.Customer.Nombre_Cliente + "</td><td>" + Despacho_Realizado.Customer.Razon_Social + "<td>" + Despacho_Realizado.Products.Product.Product_Name + "<br></td><td>" + Despacho_Realizado.Products.Unidad_de_Medida_2 + "<br></td><td>" + Despacho_Realizado.Products.Quantity + "<br></td><td>" + Despacho_Realizado.Products.Unit_Price + "<br></td><td>" + Despacho_Realizado.Products.Total + "<br></td><td>" + Despacho_Realizado.Observaciones_del_Cliente + "<br></td></tr></tbody></table><div><br></div><div>Regards,</div><div>" + zoho.loginuserid + "</div><div><br></div><div><br></div>"
]

estoy utilizando un sistema de internet llamado ZOHO.

si hubiese la forma de poder colocar en diferentes filas la informacion eso me ayudaria bastante.

Muchas gracias por la respuesta.
Un saludo