Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
I want a registration confirmation email to go out to the user and myself. Couldn't find much on the web on how to send to multiple email addresses via webemail. Did find something that utized bcc: via a $headers variable. Though, for some reason it didn't work. What am I doing wrong?
If you really want to send the email to multiple recipients though, look at SwiftMailer (swiftmailer.org) .. it's a fantastic mailing library that does everything mail related properly according to the RFC email specs.