Hello experts,
I need to send an email with the content of a target table, I did a loop to read every row of it and send it as a message with the smtp_to function, I still can't find the way to add between each row text a line break, I've tried with \n, \r, <br> and some others I can't even remember with no success.
Thanks in advance for any tip you can give me.