Home Forums CodeIgniter How to send email in a table format in php

Viewing 1 reply thread
  • Author
    Posts
    • #153
      avi
      Participant

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

    • #154
      avi
      Participant

      $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.

      email-content.txt

Viewing 1 reply thread
  • You must be logged in to reply to this topic.
Scroll to Top