Here's an alternate means to connect. See what you get from either
$result or $body.
use SOAP::Lite;
use Data::Dumper;
my $soap = SOAP::Lite
-> proxy('http://localhost/soap/hibye.cgi')
-> uri('http://localhost/Demo');
my $result = $soap->hi();
my $body =
$result->{'_content'}[4]-
with Mail::Sendmail
Jason Rice <> wrote:
> We are using Mail::Sendmail to generate emails with attachments and
> sending them to clients. The generation and sending work fine, but we
> are running into some issues sending to some mail servers due to the
> following warning: MI
We are using Mail::Sendmail to generate emails with attachments and
sending them to clients. The generation and sending work fine, but we
are running into some issues sending to some mail servers due to the
following warning: MIME segment in MIME postamble vulnerability. Looking
up the error messag