Page 1 of 1

PHP MAIL WORD ATTACHMENT DYNAMIC

Posted: Tue Apr 23, 2013 4:33 am
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 .

Re: PHP MAIL WORD ATTACHMENT DYNAMIC

Posted: Tue Apr 23, 2013 12:41 pm
by requinix
Look into SwiftMailer or PHPMailer. Both make it very easy to send emails, even ones with attachments.