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
And the closing mime boundary should end in --, so line 29 should read:
--
$message .= "--{$mime_boundary}--\n";