473,387 Members | 1,529 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,387 software developers and data experts.

ASP.NET send email -> Autheticate User information via LOTUS NOTES

Hi,

Can asp.net 1.1's Mail object autheticate user information via Lotus Notes?

For IIS's built in SMTP, it can be done via CDO SYS:

objmail.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserver")
= "localhost"
objmail.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserverport")
= 25
objmail.Fields("http://schemas.microsoft.com/cdo/configuration/sendusing")
= 2
objmail.Fields("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate")
= 1
objmail.Fields("http://schemas.microsoft.com/cdo/configuration/sendusername")
= ""
objmail.Fields("http://schemas.microsoft.com/cdo/configuration/sendpassword")
= ""

But can this applies to Lotus Notes?

Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
May 10 '07 #1
3 2124
It doesn't look optimistic.

http://msdn2.microsoft.com/en-us/library/ms526318.aspx

"Eric Layman" <namyalcire[at no spam]gmail.comwrote in message
news:11*************@sp6iad.superfeed.net...
Hi,

Can asp.net 1.1's Mail object autheticate user information via Lotus
Notes?
>
For IIS's built in SMTP, it can be done via CDO SYS:

objmail.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserver")
= "localhost"
objmail.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserverpor
t")
= 25
objmail.Fields("http://schemas.microsoft.com/cdo/configuration/sendusing")
= 2
objmail.Fields("http://schemas.microsoft.com/cdo/configuration/smtpauthentic
ate")
= 1
objmail.Fields("http://schemas.microsoft.com/cdo/configuration/sendusername"
)
= ""
objmail.Fields("http://schemas.microsoft.com/cdo/configuration/sendpassword"
)
= ""

But can this applies to Lotus Notes?

Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com

May 10 '07 #2
Thanks for the reply.

But why do you feel it's not optimistic? cdosys component is on the server
by default.

Im actually thinking in this line:

Assuming that Lotus Notes server name is "LotusNoteServer"

Then i'll change

objmail.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserver")
= "LotusNoteServer"

?
"sloan" <sl***@ipass.netwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
It doesn't look optimistic.

http://msdn2.microsoft.com/en-us/library/ms526318.aspx

"Eric Layman" <namyalcire[at no spam]gmail.comwrote in message
news:11*************@sp6iad.superfeed.net...
>Hi,

Can asp.net 1.1's Mail object autheticate user information via Lotus
Notes?
>>
For IIS's built in SMTP, it can be done via CDO SYS:

objmail.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserver")
>= "localhost"
objmail.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserverpor
t")
>= 25
objmail.Fields("http://schemas.microsoft.com/cdo/configuration/sendusing")
>= 2
objmail.Fields("http://schemas.microsoft.com/cdo/configuration/smtpauthentic
ate")
>= 1
objmail.Fields("http://schemas.microsoft.com/cdo/configuration/sendusername"
)
>= ""
objmail.Fields("http://schemas.microsoft.com/cdo/configuration/sendpassword"
)
>= ""

But can this applies to Lotus Notes?

Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com



Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
May 10 '07 #3
Just a gut feeling.

But maybe the with the reference link you can figure it out.

Good luck.


"Eric Layman" <namyalcire[at no spam]gmail.comwrote in message
news:11*************@sp6iad.superfeed.net...
Thanks for the reply.

But why do you feel it's not optimistic? cdosys component is on the server
by default.

Im actually thinking in this line:

Assuming that Lotus Notes server name is "LotusNoteServer"

Then i'll change

objmail.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserver")
= "LotusNoteServer"

?
"sloan" <sl***@ipass.netwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
It doesn't look optimistic.

http://msdn2.microsoft.com/en-us/library/ms526318.aspx

"Eric Layman" <namyalcire[at no spam]gmail.comwrote in message
news:11*************@sp6iad.superfeed.net...
Hi,

Can asp.net 1.1's Mail object autheticate user information via Lotus
Notes?
>
For IIS's built in SMTP, it can be done via CDO SYS:

objmail.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserver")
= "localhost"
objmail.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserverpor
t")
= 25
objmail.Fields("http://schemas.microsoft.com/cdo/configuration/sendusing")
= 2
objmail.Fields("http://schemas.microsoft.com/cdo/configuration/smtpauthentic
ate")
= 1
objmail.Fields("http://schemas.microsoft.com/cdo/configuration/sendusername"
)
= ""
objmail.Fields("http://schemas.microsoft.com/cdo/configuration/sendpassword"
)
= ""

But can this applies to Lotus Notes?

Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com

Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com

May 10 '07 #4

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

Similar topics

9
by: Bob Jones | last post by:
We have developed a commercial ASP.net application (personal nutrition management and tracking); we want to send smtp email from within it. For our development box, we use WinXP Pro, IIS 5.5,...
2
by: Ron | last post by:
hi guys, I am trying to send email using smtpMail. I can send emails inside the organization, but out of the organization I get an error "The server rejected one or more recipient addresses. The...
3
by: Nathan Sokalski | last post by:
I have an ASP.NET page that sends a Mail.MailMessage to several email addresses (all mine). However, one of the addresses, the one ending in @verizon.net, does not seem to be recieving the message...
14
by: supz | last post by:
Hi, I use the standard code given below to send an email from an ASP.NET web form. The code executes fine but no Email is sent. All emails get queued in the Inetpub mail queue. I'm using my...
10
by: Mike Charney | last post by:
Is there a simple way to send SMTP email from Access VBA? Mike m charney at dunlap hospital dot org
11
by: fdu.xiaojf | last post by:
Hi, I just want to send a very simple email from within python. I think the standard module of smtpd in python can do this, but I haven't found documents about how to use it after googleing....
9
by: Mahernoz | last post by:
Can i send an email from JavaScript? Is it possible? If yes please the code to send email using javascript...
3
by: =?Utf-8?B?SHVnaA==?= | last post by:
Hi There, I use follow code to send email inside VB.NET 2005. It does not work well. Error message of "Failure sending email" would occue. However, email was sent out sometimes. I am confused...
1
by: Wells Wang | last post by:
Hi, Everybody: Sorry to bother you. I am trying to use the code below to send an email with asp.net2.0& win XP. But it failed. On my laptop I can use outlook2003 to send email. If you are...
16
by: =?Utf-8?B?Q2hlZg==?= | last post by:
I can use outlook2003 to send email,but I cann't use this code below to send email. Please help me to test this code and instruct me how to solve this problem in detail. software...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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
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...

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.