Hi
Does anybody know how to change the mail sent when a link is confirmed?
I'm no PHP expert, but as far as I can I see the plugin takes the sender from this string:
$getMailed=mysql_query("SELECT email,mailed FROM $links_table WHERE id = {$_POST['id']}");
But how can I change the sender to something I choose?