PHP MAIL WORD ATTACHMENT DYNAMIC

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
deepak_tun
Forum Newbie
Posts: 1
Joined: Tue Apr 23, 2013 4:20 am

PHP MAIL WORD ATTACHMENT DYNAMIC

Post by deepak_tun »

Hello guys

What i want is that admin can send a email containing attachment(word one or many) to client . The issue is for every user data is different and in the database.
How can i create and attach it into the message automatically. Any suggestion is welcome.

Note: I know how to attach a word file into mail, issue is this process should not be of manual of type uploading it to server by admin .
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: PHP MAIL WORD ATTACHMENT DYNAMIC

Post by requinix »

Look into SwiftMailer or PHPMailer. Both make it very easy to send emails, even ones with attachments.
Post Reply