How to send email in a table format in php

sending email from client side but the data is sent in a single line sequence how to make it more structured?

Comments

  • Avi
    Avi
    edited January 2023

    $msg variable is used here to store the content of the mail, you can store table structure in $msg and pass it in mail() function.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!