RE: Install SMTP without installing IIS
- From: "Dolly Bareqet" <dolly@xxxxxxxxxxxx>
- To: "[ExchangeList]" <exchangelist@xxxxxxxxxxxxx>
- Date: Thu, 25 Dec 2003 11:31:26 +0200
Hi,
I had succeeded. Now I have a server that is sending mails without
anything on it. It was quiet simple. For those of you who are
interested:
Private Sub Form_Load()
Dim oCDOMessage As New CDO.Message
Label1.Caption = Now
With oCDOMessage
.From = "bla@xxxxxxx"
.To = "bla1@xxxxxxx"
.Subject = "Test on " & Now
.TextBody = "This is a test"
With .Configuration
.Fields(cdoSendUsingMethod) = cdoSendUsingPort
.Fields(cdoSMTPServerPort) = 25
.Fields(cdoSMTPServer) = "ip address"
.Fields.Update
End With
.Send
End With
End Sub
Dolly Bareqet
Technical Coordinator
Tel: 972-3-6449333 Ext.225
Mobile: 972-54-957550
dolly@xxxxxxxxxxxx
www.imd-soft.com
_____
From: Dolly Bareqet
Sent: Wednesday, December 24, 2003 6:53 PM
To: [ExchangeList]
Subject: [exchangelist] RE: Install SMTP without installing IIS
http://www.MSExchange.org/
Thanks Al.
That I know.
I will put it in other words: I need to be able to send mails from an
application. The machine has only O/S installed. IIS cannot be installed
on it or Outlook. I know that I can use CDOSYS.DLL. It works on my
machine (I have IIS and Outlook). But when I put it on the "cleaned"
machine I get an error (80040220): The "SendUsing" configuration value
is invalid.
Any idea?
Dolly Bareqet
Technical Coordinator
Tel: 972-3-6449333 Ext.225
Mobile: 972-54-957550
dolly@xxxxxxxxxxxx
www.imd-soft.com
_____
From: Mulnick, Al [mailto:Al.Mulnick@xxxxxxxxxx]
Sent: Wednesday, December 24, 2003 5:41 PM
To: [ExchangeList]
Subject: [exchangelist] RE: Install SMTP without installing IIS
http://www.MSExchange.org/
No. Not without a third party service. Do you need to test sending or
receiving?
If sending, then ESP is a good tool to use. If receiving, you just need
to find something that listens on TCP 25 and can understand the SMTP
verbs.
SMTP is part of the IIS package. There is a lot of dependcies on the
parent app that prevent you from doing this.
Al
-----Original Message-----
From: Dolly Bareqet [mailto:dolly@xxxxxxxxxxxx]
Sent: Wednesday, December 24, 2003 10:35 AM
To: [ExchangeList]
Subject: [exchangelist] Install SMTP without installing IIS
http://www.MSExchange.org/
Hi,
I need to test SMTP service on a server without installing IIS.
Any idea on how to?
Thanks,
Dolly Bareqet
Technical Coordinator
Tel: 972-3-6449333 Ext.225
Mobile: 972-54-957550
dolly@xxxxxxxxxxxx
www.imd-soft.com
------------------------------------------------------
List Archives:
http://www.webelists.com/cgi/lyris.pl?enter=exchangelist
Exchange Newsletters:
http://www.msexchange.org/pages/newsletter.asp
Exchange FAQ:
http://www.msexchange.org/pages/larticle.asp?type=FAQ
------------------------------------------------------
Other Internet Software Marketing Sites:
Leading Network Software Directory: http://www.serverfiles.com
No.1 ISA Server Resource Site: http://www.isaserver.org
Windows Security Resource Site: http://www.windowsecurity.com/
Network Security Library: http://www.secinf.net/
Windows 2000/NT Fax Solutions: http://www.ntfaxfaq.com
------------------------------------------------------
------------------------------------------------------
List Archives: http://www.webelists.com/cgi/lyris.pl?enter=exchangelist
Exchange Newsletters: http://www.msexchange.org/pages/newsletter.asp
Exchange FAQ: http://www.msexchange.org/pages/larticle.asp?type=FAQ
------------------------------------------------------
Other Internet Software Marketing Sites:
Leading Network Software Directory: http://www.serverfiles.com
No.1 ISA Server Resource Site: http://www.isaserver.org
Windows Security Resource Site: http://www.windowsecurity.com/
Network Security Library: http://www.secinf.net/
Windows 2000/NT Fax Solutions: http://www.ntfaxfaq.com
------------------------------------------------------
------------------------------------------------------
List Archives: http://www.webelists.com/cgi/lyris.pl?enter=exchangelist
Exchange Newsletters: http://www.msexchange.org/pages/newsletter.asp
Exchange FAQ: http://www.msexchange.org/pages/larticle.asp?type=FAQ
------------------------------------------------------
Other Internet Software Marketing Sites:
Leading Network Software Directory: http://www.serverfiles.com
No.1 ISA Server Resource Site: http://www.isaserver.org
Windows Security Resource Site: http://www.windowsecurity.com/
Network Security Library: http://www.secinf.net/
Windows 2000/NT Fax Solutions: http://www.ntfaxfaq.com
------------------------------------------------------
Other related posts: