I am creating 'request more info' form that has three to four user input fields. I want to then send an email to a specific address with the body of the message that looks like:
Username: (username)
Email: (email address)
etc.
I don't know how to combine several variables ($username, $email, $address, etc) into $message to use with the mail function.