PHP send an email with image attachment

前端 未结 3 1957
情话喂你
情话喂你 2021-01-03 10:25

I\'m trying to create a script that will send an image uploaded from an iphone app I\'m developing to me in an email.

I\'ve been able to get the script to send me an

3条回答
  •  甜味超标
    2021-01-03 10:25

    And the closing mime boundary should end in --, so line 29 should read:

    $message .= "--{$mime_boundary}--\n";
    

提交回复
热议问题