I have been working on a new module that uses the msn listgrabber code. It takes it several steps further and allows people to get the list of their contacts and then e-mails them with an invitation to join the website.
I have got it in the form of a nice module, and it grabs my list of contacts and puts them into a form list with each one having a checkbox. My problem is what code to use to pick out which contacts the user has selected, and then to e-mail them.
I am running a foreach loop that calls the listgrabber and outputs the e-mail inside an <input type="checkbox"> tag but i need to know what name and value to assign each checkbox (I presume just copy the e-mail for each) and then how to pull that list into a SendMail function
Any ideas?
ps - I hope this is the correct section to post in - if not, then I apologise
No matter - i did something similar - I used their e-mail as the value and set the name to the same for an array. I then just got the list in a POST command.
It doesn't send an e-mail yet as i am just testing it - but have a look here:
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum