in reply to sendmail error

l.frankline,

A couple of things, Firstly are you using sendmail to send email? Take a look at the MIME::Lite documentation regards the default settings and configuration:

"On Unix systems (at least), the default setting is equivalent to:
MIME::Lite->send("sendmail", "/usr/lib/sendmail -t -oi -oem");"

Also the html content of your message assumes the recipient has a file called C:\temp\tendul1.jpg.

Martin

Replies are listed 'Best First'.
Re^2: sendmail error
by davorg (Chancellor) on Sep 29, 2006 at 10:19 UTC
    Also the html content of your message assumes the recipient has a file called C:\temp\tendul1.jpg

    It's worse than that. It assumes that the recipient has a file called C:{tab}emp{tab}endul1.jpg - which seems very unlikely :-)

    --
    <http://dave.org.uk>

    "The first rule of Perl club is you do not talk about Perl club."
    -- Chip Salzenberg

      Jesus Jones! I didn't spot that one :) That is what I get for replying to nodes when I'm busy at work :)