yeah but that same routine is sending mail just fine from everywhere else in my ubb (i chk'd password request, PM notification and registration notification).
so surely it's something whacked in my rox_mail_wrap.cgi script that i originally wrote for 6.5
I keep going over it, comparing it to my other 6.7.2 custom script to see whats not right... the one thing i found was i had a sub RequireCode in there, but nowadays thats in ubb_lib so i took it out. still get the errant email not config'd message. it's almost seems like my global %vars_email stuff isnt being seen correctly by the time i call &ubb_mail_tng.
i also see this suspicion bit in my script that doesnt seem to be 6.7.2 standard:
# flush stdout buffer
$| = 1;
is that something i should perhaps get rid of?