Sending email with multiple attachments using PHP Script

Using mail() function we can send simple mail see simple mail() script.
We can also send multiple attachement using php code and using php mail() function
For this we have to use MIME extenstion

The example below shows how to send multiple attachements with mail.
We have to create one array of files which we want to send in attachement by brosing from interface.

Example:
<?php
 
    // array with filenames to be sent as attachment
    $files = array("file1.jpg","file2.pdf","file3.txt");

    // email fields: to, from, subject, and so on
    $to = "yourmail@mail.com";
    $from = "mymail@mail.com"; 
    $subject ="My subject"; 
    $message = "My message";
    $headers = "From: $from";

    // boundary 
    $semi_rand = md5(time()); 
    $mime_boundary = "==Multipart_Boundary_x{$semi_rand}x"; 

    // headers for attachment 
    $headers .= "\nMIME-Version: 1.0\n" . "Content-Type: multipart/mixed;\n" .   "
                 boundary=\"{$mime_boundary}\""; 

    // multipart boundary 
    $message = "This is a multi-part message in MIME format.\n\n" . "--{$mime_boundary}\n"
               . "Content-Type: text/plain; charset=\"iso-8859-1\"\n" . 
                 "Content-Transfer-Encoding: 7bit\n\n" . $message . "\n\n"; 
    $message .= "--{$mime_boundary}\n";

    // preparing attachments
    for($x=0;$x<count($files);$x++){
            $file = fopen($files[$x],"rb");
            $data = fread($file,filesize($files[$x]));
            fclose($file);
            $data = chunk_split(base64_encode($data));
            $message .= "Content-Type: {\"application/octet-stream\"};\n" .  

                        " name=\"$files[$x]\"\n" . 
            "Content-Disposition: attachment;\n" . " filename=\"$files[$x]\"\n" . 
            "Content-Transfer-Encoding: base64\n\n" . $data . "\n\n";
            $message .= "--{$mime_boundary}\n";
    }

    // send

    $success = @mail($to, $subject, $message, $headers); 
    if ($success) { 
            echo "<p>mail sent to $to!</p>"; 
    } else { 
            echo "<p>mail could not be sent!</p>"; 
    } 
 
?>


46 comments:

Salman Ahmad said...

very useful please check also this link http://phpsollutions.blogspot.com/2014/02/send-multiple-attachment-in-mail-using.html

Mirnalini Sathya said...

I have learned from your content how to email multiple attachments using PHP script

php course | php courses in chennai

Unknown said...

Your new valuable key points imply much a person like me and extremely more to my office workers. With thanks; from every one of us. Dotnet developer
dotnet training in bangalore

kevingeorge said...

I simply wanted to write down a quick word to say thanks to you for those wonderful tips and hints you are showing on this site.


Amazon Web Services Training in Chennai



Best Java Training Institute Chennai

Unknown said...

Great Article… I love to read your articles because your writing style is too good, its is very very helpful for all of us and I never get bored while reading your article because, they are becomes a more and more interesting from the starting lines until the end.
python training in chennai | python training in bangalore

python online training | python training in pune

python training in chennai | python training in bangalore

python training in tambaram |

simbu said...

Have you been thinking about the power sources and the tiles whom use blocks I wanted to thank you for this great read!! I definitely enjoyed every little bit of it and I have you bookmarked to check out the new stuff you post
java training in chennai | java training in bangalore

java online training | java training in pune

java training in chennai | java training in bangalore

java training in tambaram | java training in velachery

gowsalya said...

Your good knowledge and kindness in playing with all the pieces were very useful. I don’t know what I would have done if I had not encountered such a step like this.
Devops Training in pune

Devops Training in Chennai

Devops Training in Bangalore

AWS Training in chennai

AWS Training in bangalore

shalinipriya said...

Good Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge as updated one, keep blogging.
Data Science training in marathahalli
Data Science training in btm
Data Science training in rajaji nagar
Data Science training in chennai
Data Science training in kalyan nagar
Data Science training in electronic city
Data Science training in USA

Unknown said...

Nice post. By reading your blog, i get inspired and this provides some useful information. Thank you for posting this exclusive post for our vision. 


rpa training in Chennai

rpa training in pune

rpa online training

rpa training in bangalore

rpa training in Chennai

rpa training in Chennai

rpa training in velachery

rpa training in tambaram

Unknown said...

It is better to engaged ourselves in activities we like. I liked the post. Thanks for sharing.
python training in Bangalore
python training in pune
python online training
python training in chennai

pooja said...

This is most informative and also this post most user friendly and super navigation to all posts... Thank you so much for giving this information to me.. 

Blueprism online training

Blue Prism Training in Pune

gowsalya said...

It seems you are so busy in last month. The detail you shared about your work and it is really impressive that's why i am waiting for your post because i get the new ideas over here and you really write so well.
python online training
python training in OMR
python training in tambaram

Unknown said...

That was a great message in my carrier, and It's wonderful commands like mind relaxes with understand words of knowledge by information's.
java training in omr | oracle training in chennai

java training in annanagar | java training in chennai

Anonymous said...

The site was so nice, I found out about a lot of great things. I like the way you make your blog posts. Keep up the good work and may you gain success in the long run.
angularjs-Training in sholinganallur

angularjs-Training in velachery

angularjs Training in bangalore

angularjs Training in bangalore

angularjs Training in btm

pavithra dass said...

This is a good post. This post give truly quality information. I’m definitely going to look into it. Really very useful tips are provided here. thank you so much. Keep up the good works.
German Classes in Chennai
Java Training in Chennai
German Language Course in Chennai
German Courses in Chennai
Java Certification course in Chennai
Java Coaching Center in Chennai

gowthunan said...

It’s always so sweet and also full of a lot of fun for me personally and my office colleagues to search you blog a minimum of thrice in a week to see the new guidance you have got.
iosh course in chennai

Ishu Sathya said...

you have brainstormed my mind with your excellent blog. Thanks for that!

Selenium Training in Chennai
Selenium Course in Chennai
iOS Course in Chennai
Digital Marketing Training in Chennai
J2EE Training in Chennai
Future of testing professional
Different functions in testing
Cloud Computing Courses
Cloud computing course in Chennai

Anand said...

Nice Article!

Java Training in Chennai
Python Training in Chennai
IOT Training in Chennai
Selenium Training in Chennai
Data Science Training in Chennai
FSD Training in Chennai
MEAN Stack Training in Chennai

cynthiawilliams said...

Informative post, thanks for sharing.
RPA Training in Chennai
RPA Training in Velachery
Blue Prism Training in Chennai
RPA UiPath Training
Data Science Course in Chennai
Data Analyst Course in Chennai

Raji said...

Your new valuable key points imply much a person like me and extremely more to my office workers. With thanks; from every one of us.
Devops Training in Chennai | Devops Training Institute in Chennai

haripriya said...

Awesome! Education is the extreme motivation that open the new doors of data and material. So we always need to study around the things and the new part of educations with that we are not mindful.

Microsoft Azure online training
Selenium online training
Java online training
Java Script online training
Share Point online training


Priyanka said...

Attend The Python training in bangalore From ExcelR. Practical Python training in bangalore Sessions With Assured Placement Support From Experienced Faculty. ExcelR Offers The Python training in bangalore.
python training in bangalore

michaelwaung said...

It is a very informative blog. Thanks for sharing this blog. We have got so much information.
Gmail Email Attachment Downloader

chandhran said...

Such an interesting blog,i gather more useful information...
Aviation Courses in Chennai
Air hostess Training Institute in Bangalore
air hostess training fees in mumbai
air hostess training in chennai
Aviation courses in Bangalore
air hostess training in chennai
Air Hostess Training Institute in chennai
Aviation Courses in Chennai
aviation institute in bangalore
air hostess course in chennai

divi said...

awesome blog it's very nice and useful I got many more information it's really nice I like your blog styleweb design company in velachery

Priyanka said...

Attend The Artificial Intelligence Online courses From ExcelR. Practical Artificial Intelligence Online courses Sessions With Assured Placement Support From Experienced Faculty. ExcelR Offers The Artificial Intelligence Online courses.
ExcelR Artificial Intelligence Online courses

chandu said...

I just got to this amazing site not long ago. I was actually captured with the piece of resources you have got here. Big thumbs up for making such wonderful blog page!Digital Marketing Training In Vizag

360DigiTMG Aurangabad said...

Actually I read it yesterday but I had some thoughts about it and today I wanted to read it again because it is very well written.
data science course in delhi

deiva said...

"Thanks for sharing this awesome content..

Digital Marketing Training Course in Chennai | Digital Marketing Training Course in Anna Nagar | Digital Marketing Training Course in OMR | Digital Marketing Training Course in Porur | Digital Marketing Training Course in Tambaram | Digital Marketing Training Course in Velachery

"

Devi said...

This is really an awesome post, thanks for it. Keep adding more information to this. oracle training in chennai

James Williams said...

Nice Blog, I hope gather more information php programming. thanks for sharing the information.
PHP Online Training
PHP Online Course
PHP Online Training in chennai

Jayalakshmi said...

Thank you so much for sharing this content and really very useful blog for readers.
oracle training in chennai

oracle training in tambaram

oracle dba training in chennai

oracle dba training in tambaram

ccna training in chennai

ccna training in tambaram

seo training in chennai

seo training in tambaram

shiny said...

I would like to thank you for the efforts you had made for writing this awesome article. This article inspired me to read more. keep it up.



sap training in chennai

sap training in annanagar

azure training in chennai

azure training in annanagar

cyber security course in chennai

cyber security course in annanagar

ethical hacking course in chennai

ethical hacking course in annanagar

deiva said...

This is most informative and also this post most user friendly and super navigation to all posts... Thank you so much for giving this information to me..
java training in chennai

java training in omr

aws training in chennai

aws training in omr

python training in chennai

python training in omr

selenium training in chennai

selenium training in omr

EXCELR said...

Thanks a lot very much for the high quality and results-oriented help. I won’t think twice to endorse your blog post to anybody who wants and needs support about this area. data science training in Hyderabad

360DigiTMG Aurangabad said...

https://360digitmg.com/india/business-analytics-training-in-aurangabad

ram said...

Sharing the same interest, Infycle feels so happy to share our detailed information about all these courses with you all! Do check them out
Big data training in chennai & get to know everything you want to about software trainings

Data Science Course in Bhilai - 360DigiTMG said...

Stupendous blog huge applause to the blogger and hoping you to come up with such an extraordinary content in future. Surely, this post will inspire many aspirants who are very keen in gaining the knowledge. Expecting many more contents with lot more curiosity further.

data science course in bangalore with placement

Maneesha said...

Nice blog and absolutely outstanding. You can do something much better but I still say this perfect.Keep trying for the best.
business analytics training in hyderabad


Unknown said...

The worst part of it was that the software only worked intermittently and the data was not accurate. You obviously canot confront anyone about what you have discovered if the information is not right. data science course in mysore

Reshma said...


Wonderful post and more informative!keep sharing Like this!
Full stack developer course in Bangalore
Full stack developer course in Pune

Ramesh Sampangi said...

I am the first time visiting this page, really awesome and knowledgeable content. I bookmarked your site for future blogs. Keep up this work. Thank you.
Data Science Training Institute with Placements

traininginstitute said...

This post is very simple to read and appreciate without leaving any details out. Great work!
data scientist course in malaysia


Mallela said...

Thanks for posting the best information and the blog is very good and.business analytics course in udaipur

Matt Reeves said...

Mindblowing blog very useful thanks
SEO Training in Velachery
SEO Training in Chennai

360DigiTMG said...

This post is very simple to read and appreciate without leaving any details out. Great work!
business analytics training in hyderabad