in reply to Re: Strange Situation with Net::SMTP
in thread Strange Situation with Net::SMTP
Thanks for the explanation of the " " and ' ', that makes a lot more sense now.
Don't seem to be able to get the code above to work though, it just hangs for about 5 seconds, then I get this message 'Can't call method "mail" on an undefined value at mailme.pl line 6'
What does the $smtp->mail('me@foo.com'); line actually do then? Compared to the $smtp->to('me@foo.com');?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Strange Situation with Net::SMTP
by pg (Canon) on Mar 25, 2003 at 22:58 UTC | |
|
Re: Re: Re: Strange Situation with Net::SMTP
by phydeauxarff (Priest) on Mar 25, 2003 at 22:45 UTC |