473,503 Members | 8,784 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Sending mail from ASP

Hi all!

I use the following for sending mail from ASP, but there is a problem
- it goes to a intranet thing (eRoom) which does not read it, while
Outlook etc does not have any problems.
eRoom does simply not read anything but the from and subject. The
body
is missing...
Set oMail = Server.CreateObject("ASPXP.Mail")
With oMail
.Host = email_server_address
.Port = email_server_port
.FromName = user_email
.FromAddress = user_email
.Importance = 0
.subject = "Critical design change: " & sChange
.HTMLbody = "<html><head><META http-equiv=Content-
Type
content=""text/html; charset=us-ascii"">" & _
I have tried a number of things:
format as <html><head></head><body>blabla (as outlook)
format as <html><body>blabla
format as <body>blabla
format as blabla
with and without stylesheets
meta tags (<META http-equiv=Content-Type content=""text/html;
charset=us-ascii""" & _ )
etc...
None works i eRoom. Outlook reads them all. Forwarding from Outlook
works well... so there must be some kind of thing, which Outlook
does,
that I do not
Does anyone have the slightest idea of what goes wrong here?
BR
Sonnich

Sep 7 '07 #1
4 2824
"Sonnich Jensen" <so************@jotautomation.comwrote in message
news:11**********************@r29g2000hsg.googlegr oups.com...
Hi all!

I use the following for sending mail from ASP, but there is a problem
- it goes to a intranet thing (eRoom) which does not read it, while
Outlook etc does not have any problems.
eRoom does simply not read anything but the from and subject. The
body
is missing...
Set oMail = Server.CreateObject("ASPXP.Mail")
With oMail
.Host = email_server_address
.Port = email_server_port
.FromName = user_email
.FromAddress = user_email
.Importance = 0
.subject = "Critical design change: " & sChange
.HTMLbody = "<html><head><META http-equiv=Content-
Type
content=""text/html; charset=us-ascii"">" & _
I have tried a number of things:
format as <html><head></head><body>blabla (as outlook)
format as <html><body>blabla
format as <body>blabla
format as blabla
with and without stylesheets
meta tags (<META http-equiv=Content-Type content=""text/html;
charset=us-ascii""" & _ )
etc...
None works i eRoom. Outlook reads them all. Forwarding from Outlook
works well... so there must be some kind of thing, which Outlook
does,
that I do not
Does anyone have the slightest idea of what goes wrong here?

Does eRoom read HTML bodies or only text bodies?
Does ASPXP.Mail create a text body?
Try sending some html with <bor <h1elements to outlook then forward it
to eRoom. Is the bold and heading appearance still intact?

--
Anthony Jones - MVP ASP/ASP.NET
Sep 7 '07 #2
On Sep 7, 2:40 pm, "Anthony Jones" <A...@yadayadayada.comwrote:
"Sonnich Jensen" <sonnich.jen...@jotautomation.comwrote in message

Does eRoom read HTML bodies or only text bodies?
Both. I tested RTF some time ago, though I cannot remember whether
that worked.
Does ASPXP.Mail create a text body?
Tried. See previous answer.
The problem is that we loose formatting, as our part contains some
links.
Try sending some html with <bor <h1elements to outlook then forward it
to eRoom. Is the bold and heading appearance still intact?
Tried, mentioned in previous posting. It works well.
The only thing (and we might live with that) is that tables get lost
(tested from outlook)

Converting it to plain text works too, though it is not nice.

My current message starts with <body<p><b>THIS IS A TEST PLEASE
IGNORE!</b></p>

BR
Sonnich

Sep 7 '07 #3
"Sonnich Jensen" <so************@jotautomation.comwrote in message
news:11*********************@o80g2000hse.googlegro ups.com...
On Sep 7, 2:40 pm, "Anthony Jones" <A...@yadayadayada.comwrote:
"Sonnich Jensen" <sonnich.jen...@jotautomation.comwrote in message

Does eRoom read HTML bodies or only text bodies?

Both. I tested RTF some time ago, though I cannot remember whether
that worked.
Does ASPXP.Mail create a text body?

Tried. See previous answer.
The problem is that we loose formatting, as our part contains some
links.
Try sending some html with <bor <h1elements to outlook then forward
it
to eRoom. Is the bold and heading appearance still intact?

Tried, mentioned in previous posting. It works well.
The only thing (and we might live with that) is that tables get lost
(tested from outlook)

Converting it to plain text works too, though it is not nice.

My current message starts with <body<p><b>THIS IS A TEST PLEASE
IGNORE!</b></p>
I'm not sure what else to suggest since I'm not familiar with ASPXP or
eRoom.

My next step would be to use ASPXP.Mail to email a local SMTP server
(Windows XP Pro machine would do)
and open the resulting .eml file that appears in the drop folder with
notepad. That'll might provide some clues to any irregularities. Try
sending a similar message from outlook and compare the emls.

--
Anthony Jones - MVP ASP/ASP.NET
Sep 7 '07 #4
What is eRoom? Is this a mail reader? Does it accept HTML in the body?

What is ASPXP? Is this something you have installed? Does this product offer
support?

"Sonnich Jensen" wrote:
Hi all!

I use the following for sending mail from ASP, but there is a problem
- it goes to a intranet thing (eRoom) which does not read it, while
Outlook etc does not have any problems.
eRoom does simply not read anything but the from and subject. The
body
is missing...
Set oMail = Server.CreateObject("ASPXP.Mail")
With oMail
.Host = email_server_address
.Port = email_server_port
.FromName = user_email
.FromAddress = user_email
.Importance = 0
.subject = "Critical design change: " & sChange
.HTMLbody = "<html><head><META http-equiv=Content-
Type
content=""text/html; charset=us-ascii"">" & _
I have tried a number of things:
format as <html><head></head><body>blabla (as outlook)
format as <html><body>blabla
format as <body>blabla
format as blabla
with and without stylesheets
meta tags (<META http-equiv=Content-Type content=""text/html;
charset=us-ascii""" & _ )
etc...
None works i eRoom. Outlook reads them all. Forwarding from Outlook
works well... so there must be some kind of thing, which Outlook
does,
that I do not
Does anyone have the slightest idea of what goes wrong here?
BR
Sonnich

Sep 21 '07 #5

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

Similar topics

0
522
by: praba kar | last post by:
Dear All, I have doubt regarding mail sending smtplib module. The below code is I used to send a mail. ########################################## import email.Message import email.Utils...
10
4942
by: Stuart Mueller | last post by:
I have an exchange server, that I sometimes use to perform mail shots to clients on our database, these can be upwards of 1000 at a time. As we don't want different clients to see who we are...
2
9206
by: Mr. x | last post by:
Hello, I am sending emails with Hebrew contents. When receiving emails - I cannot see the Hebrew characters (it is not outlook express configuration, because when receiving emails from friends -...
3
6806
by: VB Programmer | last post by:
I have an ASPX page where I send out emails through my mail server mail.MyDomain.com. When I send emails to MyName@MyDomain.com it sends PERFECTLY. When I try sending an email to any other address...
3
57582
by: HoustonComputerGuy | last post by:
I am working on getting my web applications moved to .Net 2.0 and am having some problems with System.Net.Mail. I get the following error when sending the mail: System.Net.Mail.SmtpException was...
1
8153
by: Eric Sheu | last post by:
Greetings, I have been searching the web like mad for a solution to my SMTP problem. I am using Windows Server 2003 and ASP.NET 2.0 w/ C# to send out e-mails from a web site I have created to...
2
10129
by: HK | last post by:
In VB.NET, I'm getting the exception "failure sending mail". I'm running VS 2005 on XP Home. This is a new install on a new PC. I've never had email problems with VS 2003, and there I could...
3
1965
by: mfleet1973 | last post by:
Hello Again. I have a program that sends e-mails as follows: Try Dim mail As New MailMessage mail.To = "me@comp.com" mail.From = "me@comp.com mail.Subject = "Test" mail.Body = "Testing123"
9
3432
by: JoeP | last post by:
Hi All, How can I find the reason for such an error: Failure sending mail. Some Code... oMailMessage.IsBodyHtml = False oMailMessage.Body = cEmailBody Dim oSMTP As New SmtpClient...
4
2379
by: =?Utf-8?B?R3V5IENvaGVu?= | last post by:
Hi all I use: Dim message As New MailMessage(txtTo.Text, txtFrom.Text, txtSubject.Text, txtBody.Text) Dim emailClient As New SmtpClient(txtSMTPServer.Text) emailClient.Send(message) And its...
0
7267
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
7316
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7449
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
5566
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4993
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...
0
3160
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...
0
3148
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1495
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 ...
0
372
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...

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.