wii# 9000-5317-6775-8376
Messages will be sent with IP Number and Stats.
serverside script
To run the script you'll need a webserver that can run Perl. You'll need to change:
my $HTML_thankyou = 'sent.htm';
my $to = 'wyourwiinumber@wii.com';
my $from = 'youremailaddresshere';
my $mailprog = '/usr/sbin/sendmail';
my $subject = 'WiiMail';
The most important part is you have to make sure your my$from address is registered with your Wii. The script not only forwards the email but spoofs the "from" line so your wii thinks it's from a friendly address.
|