Sorry - this was my bad.

You can easily fix this if you edit lib/Codestriker/AddNewUser.pm, and
change two lines:

    $smtp->mail("codestriker");

and a bit further down:

    $smtp->datasend("From: codestriker\n");

On my system, it wasn't a problem to use codestriker, but obviously on
yours this is an issue.  I'll make this configurable in the next
release so you can set the email address to use when codestriker sends
out these kind of "admin" emails.

As an example, you could make them (set the domain part right for your system):

    $smtp->mail("[EMAIL PROTECTED]");

and a bit further down:

    $smtp->datasend("From: [EMAIL PROTECTED]");

Please let me know if that fixes thing for you.

Cheers,
David

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Codestriker-user mailing list
Codestriker-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/codestriker-user

Reply via email to