Quote:
Originally Posted by Cyricx
If I recall right I believe the headers var just appends it to vbulletins list of headers but I could be wrong. Which I need to create the from header, reply to and message id my own way 
|
Chris, this is correct. If you pass your headers through vbmail(), vB will add your headers, among its own (from, return-path, auto-submitted, message-id, mime-version, content-type, transfer-encoding, x-priority, x-mailer). If this is unwanted, and if you want to avoid patching any native vB code, I suggest you extend the vB_Mail class from includes/class_mail.php.
Best,
Alex