mime mail
Posted: Tue Mar 16, 2004 10:00 am
Following is my problem.
upload with the mime mail.
Did try $_GET and $_REQUEST['file_name']
Didnt work however, Any other ideas?
upload with the mime mail.
Code: Select all
// echo $file_name does return the file name.
// this part however doesnt add the
// the $file_name attachement to the mail
@copy($file, "$absolute_path/$file_name");
include('Mail.php');
include('Mail/mime.php');
$text = 'Prueba';
$html = '<html><body>Prueba</body></html>';
$file = $file_name; // Doesnt Get the $file_nameDidnt work however, Any other ideas?