Force phpmailer to send mail with empty body

后端 未结 1 1299
执笔经年
执笔经年 2021-01-19 06:53

I need to send an pdf file as attachment to a FAX gateway using phpMailer. If this email has a body, the fax will have a second page with this text.

By saying:

1条回答
  •  不思量自难忘°
    2021-01-19 07:18

    Easy fix:

    $mail->AllowEmpty = true;
    

    0 讨论(0)
提交回复
热议问题