how can i attach a file with mail

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
majhar
Forum Newbie
Posts: 1
Joined: Sat Mar 15, 2008 3:07 am

how can i attach a file with mail

Post by majhar »

How can i attach a file with email.
User avatar
Sekka
Forum Commoner
Posts: 91
Joined: Mon Feb 18, 2008 10:25 am
Location: Huddersfield, West Yorkshire, UK

Re: how can i attach a file with mail

Post by Sekka »

Many email scripts such as Swift Mailer or PHPMailer have built in functionality that allow you to attach files to emails. They are very good and will save you a lot of time.
Post Reply