Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8663277
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T16:56:49+00:00 2026-06-12T16:56:49+00:00

I am trying to send email with attachment using PHP mail() function. The email

  • 0

I am trying to send email with attachment using PHP mail() function. The email gets delivered but in web mail filename appears as “untitle”. With Outlook Avast heuristic blocks email completely.

Please guide me to overcome this issue.

Here is code that I am using

 $recieverAdd = 'r@gamil.com';
 $subject = 'Attachment';
 $attDescription="emailing lessons";
 $filename ='example.pdf';
 $file = '/home/user/example.pdf';
 $file_size = filesize($file);
 $handle = fopen($file, "r");
 $content = fread($handle, $file_size);
 fclose($handle);
 $content = chunk_split(base64_encode($content));
 $uid = md5(uniqid(time()));
 $name = basename($file);

 $from_name = $uname;
 $from_mail = 'admin@gmail.com';
 $replyto  ='noreply@gmail.com';
 $header = "From: $from_name";      
 $header .= "\nMIME-Version: 1.0\n" . 
     "Content-Type: multipart/mixed;\n" . 
     " boundary=\"{$uid}\"";

 $message = "<p><b>Hello </b></p>";
 $messageBody =  "--{$uid}\n" . "Content-Type: text/html; charset=\"iso-8859-1              \"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $message . "\n\n"; 
 $messageBody .= "--{$uid}\n". "Content-Type: application/octet-stream;\n".
        "name=\"{$filename1}\"\n".
        "Content-Description: {$filename}\n" .
        "Content-Disposition: attachment;\n".
        "filename=\"{$filename}\"; size={$file_size};\n" .
        "Content-Transfer-Encoding: base64\n\n". $content."\n\n". "--{$uid}--\n";

 mail($recieverAdd,$subject,$messageBody,$header)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T16:56:51+00:00Added an answer on June 12, 2026 at 4:56 pm
    "Content-Type: application/octet-stream;\n".
    "name=\"{$filename1}\"\n".
    
    "Content-Disposition: attachment;\n".
    "filename=\"{$filename}\"; size={$file_size};\n" .
    

    The name=... and filename=... parts of these headers are considered separate (invalid) header lines, because you’re outputting a newline after Content-Type: application/octet-stream; and Content-Disposition: attachment;, but no whitespace after those newlines. In order to split a header into multiple lines, each continuation line must start with whitespace.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to send email using AJAX and PHP but no success:( My
I am trying to create a PHP function to send an e-mail using SMTP
I'm trying to send an email with an attachment using CakePHP 2.0. The file
I am trying to send email using PHP. The email is an HTML email
I am trying to send email using smtp authentication through google but I am
Having big problems trying to get my php script to send email. Using this
I'm trying to send an encrypted email with an attachment from PHP, however, my
I have been struggling with trying to send an email with an attachment using
I'm trying to send email in windows server using PHP. When I use php
I am trying to send an email with an excel attachment without using rsconn01.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.