473,769 Members | 2,355 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1309
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*****@discus sions.microsoft .com> wrote in message
news:07******** *************** ***********@mic rosoft.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*****@discus sions.microsoft .com> wrote in message
news:07******** *************** ***********@mic rosoft.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************* *************** **...icrosof t.com, "Andrew J"
<An*****@discus sions.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*****@discus sions.microsoft .com> wrote in message
news:07******** *************** ***********@mic rosoft.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
2620
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 (that part's not here -- spotlighting the problem code): --------BEGIN CODE PAGE------------ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
0
1372
by: Nathan Ernst | last post by:
I have a pretty simple XSD schema: ******************************************** * XSD SCHEMA ******************************************** <?xml version="1.0" encoding="utf-8" ?> <xs:schema id="PageHitStatistics" targetNamespace="urn:PageHitStatistics" elementFormDefault="qualified" xmlns="urn:PageHitStatistics"
2
11557
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 with identity column also, (so if i use generated as always, i can't do insert into new_tables select * from old_table), then i might also insert new data into this new table (if i do generated by default, then the new table could have the same...
6
2305
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 these files manually to the project would work in the short term, but this would require manual intervention if these generated files happened to change, and I'd like to avoid any unnecessary manual steps. NAnt and similar tools can include and...
4
1976
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 type and the context of the server control itself. Clear as mud? :-) Consider the following server control... <asp:textbox id="MemberEmail" runat="server" ></asp:textbox> TextBox renders at run-time as an HTML control... <input...
6
3497
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 existing classes instead of having to generate another set of proxy classes, which are going to be very similar to my existing classes. any idea? thanks, -Jason
1
1572
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 all browsers except Konqueror/Safari, where it displays the first image link you click on in the tree of links. But then subsequent clicks on other links do nothing. That is, the first time you click on a DHTML-generated link,
2
4164
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 which contains pic and description of each video. But when I see the source html code, I just can see the section is generated by javascript function.
12
2817
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
9423
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10222
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9999
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7413
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6675
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5310
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3967
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.