in reply to Mail on NT
Update: Added example code per the following request.use Mail::Sendmail; my %mail = ( To => "$emailAddys", From => "whatever\@mail.edu", Subject => "$subject", Message => "@body", ); $mail{smtp} = 'smtp.mail.edu'; sendmail(%mail) or die "\nDoh! $Mail::Sendmail::error\n";
If things get any worse, I'll have to ask you to stop helping me.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (shockme) Re: Mail on NT
by Anonymous Monk on Apr 02, 2002 at 15:29 UTC | |
|
Re: (shockme) Re: Mail on NT
by Anonymous Monk on Apr 02, 2002 at 14:57 UTC |