I noticed you have to attach the images before embedding it with the "PHP Attachment Mailer Class"
Is there a way to scan a $_POSTED $variable for <img= ...> tags and upload or attach those automatically?
Dynamic image(s) from $_POSTED $variable?
(5 posts) Great offers for webmaster, blogger and web developer!-
Posted 1 year ago #
-
This function is not included in the class, but loop the $_FILES array and add files dynamically
Posted 1 year ago # -
loop the $_FILES array and add files dynamically
Will have to research...
Thanks,
at least I know it's probable.Posted 1 year ago # -
It should be possible to combine the multi upload example with the mailer class...
Posted 1 year ago # -
Cool thanks!
Posted 1 year ago #
Reply
You must log in to post.