From: ladidalimey on
Hi,

I'm trying to email a .html document using sendmail. The web page has
graphics in it and they get left behind.

Anyone know a solution to this?

Thanks,

L.

From: Wayne King on
"ladidalimey" <davidnbryant(a)blueyonder.co.uk> wrote in message <4QR6o.109958$hz1.13930(a)hurricane>...
> Hi,
>
> I'm trying to email a .html document using sendmail. The web page has
> graphics in it and they get left behind.
>
> Anyone know a solution to this?
>
> Thanks,
>
> L.

Hi, Did you try including them as

{'yourdoc.html','image1.png', 'image2.png'} and so on.

Wayne
From: ladidalimey on
Thanks for the suggestion. I did try that, but the web page can't find the
graphics when opened by the recipient. At the moment I manually use the
"Send page by email" option in Explorer. This is what I'm trying to
automate.

L




"Wayne King" <wmkingty(a)gmail.com> wrote in message
news:i3gqgf$7ac$1(a)fred.mathworks.com...
> "ladidalimey" <davidnbryant(a)blueyonder.co.uk> wrote in message
> <4QR6o.109958$hz1.13930(a)hurricane>...
>> Hi,
>>
>> I'm trying to email a .html document using sendmail. The web page has
>> graphics in it and they get left behind.
>>
>> Anyone know a solution to this?
>>
>> Thanks,
>>
>> L.
>
> Hi, Did you try including them as
>
> {'yourdoc.html','image1.png', 'image2.png'} and so on.
>
> Wayne

From: Wayne King on
"Wayne King" <wmkingty(a)gmail.com> wrote in message <i3gqgf$7ac$1(a)fred.mathworks.com>...
> "ladidalimey" <davidnbryant(a)blueyonder.co.uk> wrote in message <4QR6o.109958$hz1.13930(a)hurricane>...
> > Hi,
> >
> > I'm trying to email a .html document using sendmail. The web page has
> > graphics in it and they get left behind.
> >
> > Anyone know a solution to this?
> >
> > Thanks,
> >
> > L.
>
> Hi, Did you try including them as
>
> {'yourdoc.html','image1.png', 'image2.png'} and so on.
>
> Wayne

Does the recipient save the .html file and the graphics in the same directory?
From: ladidalimey on
Yes, but the web page is looking for the original directory structure. I
really want the page to open straight from outlook express without saving
attachments etc.


"Wayne King" <wmkingty(a)gmail.com> wrote in message
news:i3h2hc$aoa$1(a)fred.mathworks.com...
> "Wayne King" <wmkingty(a)gmail.com> wrote in message
> <i3gqgf$7ac$1(a)fred.mathworks.com>...
>> "ladidalimey" <davidnbryant(a)blueyonder.co.uk> wrote in message
>> <4QR6o.109958$hz1.13930(a)hurricane>...
>> > Hi,
>> >
>> > I'm trying to email a .html document using sendmail. The web page has
>> > graphics in it and they get left behind.
>> >
>> > Anyone know a solution to this?
>> >
>> > Thanks,
>> >
>> > L.
>>
>> Hi, Did you try including them as
>>
>> {'yourdoc.html','image1.png', 'image2.png'} and so on.
>>
>> Wayne
>
> Does the recipient save the .html file and the graphics in the same
> directory?

 | 
Pages: 1
Prev: matlab projects
Next: gradient from polyfit?