Answered
I need some guidance
I hope I can explain this...
Envision a screen that shows the name of each person that is a member in a club. Next to each person is a checkbox. I want other users to be able to place a check in the box next to one/some/all members. Once the submit button is clicked, a variable could be created with the value of each e-mail address added (cfloop) - this variable could then be used as the "mailto" to open the users e-mail client and create an e-mail to send to any user that was checked.
I'm not sure how to name the checkbox to be unique so that the correct e-mail address get passed.
I originally did this with cfmail - and just looped through and created an e-mail (using a form for the e-mail text itself) and sent it out, but now I'm finding most of the e-mails are being stopped as my host server thinks it is spam.
I can't most the code that I have created as it is propriatary - any help is greatly appreciated
Envision a screen that shows the name of each person that is a member in a club. Next to each person is a checkbox. I want other users to be able to place a check in the box next to one/some/all members. Once the submit button is clicked, a variable could be created with the value of each e-mail address added (cfloop) - this variable could then be used as the "mailto" to open the users e-mail client and create an e-mail to send to any user that was checked.
I'm not sure how to name the checkbox to be unique so that the correct e-mail address get passed.
I originally did this with cfmail - and just looped through and created an e-mail (using a form for the e-mail text itself) and sent it out, but now I'm finding most of the e-mails are being stopped as my host server thinks it is spam.
I can't most the code that I have created as it is propriatary - any help is greatly appreciated
