Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Net::SMTP::SSL - sending HTML

by parv (Parson)
on Jul 10, 2015 at 21:12 UTC ( [id://1134264]=note: print w/replies, xml ) Need Help??


in reply to Net::SMTP::SSL - sending HTML

HTML part is being sent as data portion(body). Why would line breaks or the quantity be of any problems while sending?

Net::SMTP has a debug option which comes handy to diagnose problems. As Net::SMTP::SSL claims to have the same API as Net::SMTP, so try your luck with Net::SMTP::SSL->new( 'Debug' => 1 , ... ) to see if you would get any better diagnostic messages.

Replies are listed 'Best First'.
Re^2: Net::SMTP::SSL - sending HTML
by edimusrex (Monk) on Jul 10, 2015 at 21:56 UTC
    I'll try that, thanks

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1134264]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-03-28 20:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found