Home › Forums › CodeIgniter › How to send email in a table format in php › Reply To: How to send email in a table format in php
October 3, 2024 at 12:13 pm
#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.