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

E

Eric Layman

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?
 
S

sloan

It doesn't look optimistic.

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





Eric Layman said:
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?
 
E

Eric Layman

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 said:
It doesn't look optimistic.

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





Eric Layman said:
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?
 
S

sloan

Just a gut feeling.

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

Good luck.




Eric Layman said:
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 said:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top