PHP mail line break problem

前端 未结 4 1660
执笔经年
执笔经年 2021-01-20 18:46

I want to format content of the mail to show the content in different line. here is my message contetn. bu the \\n and \\r is not working in this case. it just shows all the

4条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-20 19:20

    Your content type is HTML so you should use br or p tags instead of line feeds

提交回复
热议问题