How can i send mails through the php script?? I am trying to do somthing like this:
for($k=0;$k<=$x->length-1;$k++) { for($l=0;$l<=$j-1;$l++)
You're trying too much all at once. Try going one step at a time. First send a simple email, with hard-coded parameters to get that working, then troubleshoot it within the context of your nested loops.