You created an empty hash reference, and then tried to call its MailMsg method. It doesn't have such a method. You need an object with that method. As shown in the synopsis in the documentation, you should be able to do it like:
$sender = new Mail::Sender();
...roboticus
When your only tool is a hammer, all problems look like your thumb.
In reply to Re: email through Exchange server using StrawberryPerl
by roboticus
in thread email through Exchange server using StrawberryPerl
by sgmansell
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |