Hi there.
I am currently working on a custom in-house messaging system which will allow you to send a message to up to 10 other users. I can get messages to send and be received no problem. My issue is with multiple recipients.
All the users are stored on a database with a unique ID number and username. The ‘send message’ form, has 3 fields: recipient, subject and message. The messages are also stored on the database.
Is there a way I can input multiple usernames into the recipient field, separated by a comma, rather than keep adding another field for each recipient?