473,398 Members | 2,113 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

ASP Generated Email Problem

Hi all
Would really appreciate if someone can help mi with a problem I've been
having with ASP generated emails. In fact, this might be a question more
related to Outlook than ASP, but in any case I would appreciate if someone
could help me to resolve it.
This is what happens - I have a simple little Order form on our Intranet
site which is filled out by our employees (who are logged on to the local
network) and once submitted, the ASP code behind generates an email sent to
our supplier. The email body is in HTML format and it contains some Images
which are physically located on the same Web server that generates that
email. The problem is that our supplier, who is outside our network, and who
is using Outlook 2000 as their mail client, cannot see any images in the
email body. I am wondering why is this happening, are all images just
referenced in the email, or they are actually embedded (which I think they
are not). In this case, is there a way to actually embedd an image instead of
just referencing it, but the email format must be HTML.
Any help would be greatly appreciated.
Boris
Jul 22 '05 #1
3 1295
they'd be referenced. your email component most likely will not embed them.

if the web server is viewable to the outside world, use their full
(http://www.server.com/image.jpg) URL
--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no
rights.
"Andrew J" <An*****@discussions.microsoft.com> wrote in message
news:07**********************************@microsof t.com...
Hi all
Would really appreciate if someone can help mi with a problem I've been
having with ASP generated emails. In fact, this might be a question more
related to Outlook than ASP, but in any case I would appreciate if someone
could help me to resolve it.
This is what happens - I have a simple little Order form on our Intranet
site which is filled out by our employees (who are logged on to the local
network) and once submitted, the ASP code behind generates an email sent
to
our supplier. The email body is in HTML format and it contains some Images
which are physically located on the same Web server that generates that
email. The problem is that our supplier, who is outside our network, and
who
is using Outlook 2000 as their mail client, cannot see any images in the
email body. I am wondering why is this happening, are all images just
referenced in the email, or they are actually embedded (which I think they
are not). In this case, is there a way to actually embedd an image instead
of
just referencing it, but the email format must be HTML.
Any help would be greatly appreciated.
Boris

Jul 22 '05 #2
Unfortunately my web server is not accessible by the outside world...is there
anything I can do to make images visibel to them?

"Jason Brown [MSFT]" wrote:
they'd be referenced. your email component most likely will not embed them.

if the web server is viewable to the outside world, use their full
(http://www.server.com/image.jpg) URL
--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no
rights.
"Andrew J" <An*****@discussions.microsoft.com> wrote in message
news:07**********************************@microsof t.com...
Hi all
Would really appreciate if someone can help mi with a problem I've been
having with ASP generated emails. In fact, this might be a question more
related to Outlook than ASP, but in any case I would appreciate if someone
could help me to resolve it.
This is what happens - I have a simple little Order form on our Intranet
site which is filled out by our employees (who are logged on to the local
network) and once submitted, the ASP code behind generates an email sent
to
our supplier. The email body is in HTML format and it contains some Images
which are physically located on the same Web server that generates that
email. The problem is that our supplier, who is outside our network, and
who
is using Outlook 2000 as their mail client, cannot see any images in the
email body. I am wondering why is this happening, are all images just
referenced in the email, or they are actually embedded (which I think they
are not). In this case, is there a way to actually embedd an image instead
of
just referencing it, but the email format must be HTML.
Any help would be greatly appreciated.
Boris


Jul 22 '05 #3
Walk through http://www.aspfaq.com/2474
On 3/17/05 12:01 AM, in article
58**********************************@microsoft.com, "Andrew J"
<An*****@discussions.microsoft.com> wrote:
Unfortunately my web server is not accessible by the outside world...is there
anything I can do to make images visibel to them?

"Jason Brown [MSFT]" wrote:
they'd be referenced. your email component most likely will not embed them.

if the web server is viewable to the outside world, use their full
(http://www.server.com/image.jpg) URL
--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no
rights.
"Andrew J" <An*****@discussions.microsoft.com> wrote in message
news:07**********************************@microsof t.com...
Hi all
Would really appreciate if someone can help mi with a problem I've been
having with ASP generated emails. In fact, this might be a question more
related to Outlook than ASP, but in any case I would appreciate if someone
could help me to resolve it.
This is what happens - I have a simple little Order form on our Intranet
site which is filled out by our employees (who are logged on to the local
network) and once submitted, the ASP code behind generates an email sent
to
our supplier. The email body is in HTML format and it contains some Images
which are physically located on the same Web server that generates that
email. The problem is that our supplier, who is outside our network, and
who
is using Outlook 2000 as their mail client, cannot see any images in the
email body. I am wondering why is this happening, are all images just
referenced in the email, or they are actually embedded (which I think they
are not). In this case, is there a way to actually embedd an image instead
of
just referencing it, but the email format must be HTML.
Any help would be greatly appreciated.
Boris



Jul 22 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
by: Akbar | last post by:
Hey there, Big-time curiosity issue here... Here's the test code (it's not that long)... it's to display a large number of image links with captions, ideally pulled in from an external file...
0
by: Nathan Ernst | last post by:
I have a pretty simple XSD schema: ******************************************** * XSD SCHEMA ******************************************** <?xml version="1.0" encoding="utf-8" ?> <xs:schema...
2
by: db2group88 | last post by:
i would like to know when i create a table with identity column, should i used generated by default or generated as always. since when i create this table, i might copy some data from another table...
6
by: Alan Krueger | last post by:
Is there a way to automatically include C# files (.cs) generated by a third-party tool into a Visual C# .NET build? It's possible the set of files generated by this tool might change. Adding...
4
by: clintonG | last post by:
Technically speaking, this issue is not about modifying the HTML generated by server controls but preceding the HTML generated by server controls with an HTML control generated on the basis of the...
6
by: | last post by:
Hi, can someone provide some advise on how to get around with using auto generated proxies? basically I already have the proxy classes, and they are used by other places. I'd like use these...
1
by: gubusoft | last post by:
I have a Web page with two frames. The left frame has a DHTML-generated tree of links (to images). The right frame displays the image link you click in the tree of links. It works great on...
2
by: cttseng | last post by:
Dear all, I have a problem that how to get the page's source code which is generated by javascript code? For example: http://grouper.com/video/south%2bpark Although I can see the result page...
12
by: webinfinite | last post by:
I am starting a new thread for this topic since previous problem has been solved. I have code like this: #include <stdio.h> int main(){
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.