I've setup a registration page with e-mail confirmationto user and admin. It works fine but the from reads "nobody. How do I change this?. I can change it in events on other e-mail confirmations (Eg. info added in list page) by using this in the code:
$headers .= 'From: Birthday Reminder <birthday@example.com>'
The registration page don't use the events, so I don't know where to add the code. The "user login settings" under security in PHPRunner has a "From" e-mail address option to insert something but it does not change the from info. I could never figure out yet why this option is available here. My logic is that it should display the text you put in there.
Please assist!