How would I configue this line so the email gets sent to two email addresses instead of just one?
mail($EmailAddressforConfirmation,"Album Information Received for '$AlbumTitle!'",$message="Hello $NameofBandorArtist,
change it to something like this:
mail($EmailAddressforConfirmation.",myother@email.com","Album Information Received for ...
Log in to post a comment.
How would I configue this line so the email gets sent to two email addresses instead of just one?
mail($EmailAddressforConfirmation,"Album Information Received for '$AlbumTitle!'",$message="Hello $NameofBandorArtist,
change it to something like this:
mail($EmailAddressforConfirmation.",myother@email.com","Album Information Received for ...