Prev: matlab projects
Next: gradient from polyfit?
From: ladidalimey on 6 Aug 2010 06:52 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 6 Aug 2010 07:09 "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 6 Aug 2010 07:41 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 6 Aug 2010 09:26 "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 6 Aug 2010 10:53 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? |