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 .
PHP MAIL WORD ATTACHMENT DYNAMIC
Moderator: General Moderators
-
deepak_tun
- Forum Newbie
- Posts: 1
- Joined: Tue Apr 23, 2013 4:20 am
Re: PHP MAIL WORD ATTACHMENT DYNAMIC
Look into SwiftMailer or PHPMailer. Both make it very easy to send emails, even ones with attachments.