Welcome Guest, Not a member yet? Register   Sign In
Send mail with password to all students
#6

[eluser]Derek Allard[/eluser]
OK, so now we're into the CI way of building something!

Since the message to each user will be different (they'll have different passwords) you'll need to send the emails in a loop. If you have a lot of users, this might get flagged as spam, so be aware of that, but the technical process you're following on is correct.

If the message was the same for everyone, then you could build an array of emails and implode them into a single comma separated string also (but in this case that won't work).

So it looks like you've got your solution - if you need a hand getting anywhere further, we'll help out, just write.

* Note that storing passwords in plaintext is a TERRIBLE idea


Messages In This Thread
Send mail with password to all students - by El Forum - 03-04-2011, 04:51 AM
Send mail with password to all students - by El Forum - 03-04-2011, 08:24 AM
Send mail with password to all students - by El Forum - 03-07-2011, 06:06 AM
Send mail with password to all students - by El Forum - 03-07-2011, 06:15 AM
Send mail with password to all students - by El Forum - 03-07-2011, 06:47 AM
Send mail with password to all students - by El Forum - 03-07-2011, 07:20 AM
Send mail with password to all students - by El Forum - 03-07-2011, 12:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB