$subject = 'Заголовок';
$to = 'email@yandex.ru';
$msg = '<html>Сообщение</html>';
$file = 'http://site.su/arc.zip';
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=utf-8\r\n";
$headers .= "From: Робот <robot@site.ru>\r\n";
mail($to, $subject, $msg, $headers);
Какое верное значение нужно придать $file, чтобы я мог импортировать фалы на email?