I'm using PayPal and Moneybookers as payment processors but I don't get mail notification when I get paid on Moneybookers. I sent mail to Moneybookers support and they replied with following... "...Please be advised that you have set the STATUS_URL parameter to receive the notifications on a url and not on an e-mail. If you wish you are able to change the options so that you receive the notifications on your e-mail..." I looked file moneybookers.inc.php that is in folder amember/plugins/payment/moneybookers/ and there is a line of code 'status_url' => $config['root_url']. "/plugins/payment/moneybookers/ipn.php", I guess this line of code should be changed to my email (that I use as my Moneybookers merchant account). Please write what in this 'status_url' => $config['root_url']. "/plugins/payment/moneybookers/ipn.php", do I need to change to start getting mail notifications of new payments on Moneybookers.