How can you send e-mails without Outlook installed?

  • Thread starter Russ via AccessMonster.com
  • Start date
R

Russ via AccessMonster.com

Can anyone provide suggestions to how I can accomplish sending e-mails
without Outlook installed?
Also do not have VB6 installed, so I believe winsock is out of the question.
What other options are out there?
 
A

Alex Dybenko

Hi,
you can find a SMTP activeX control or DLL on internet, and use it to send
mails.
also, if you have IIS installed, and SMTP server - you can also use it to
send mail, Search in MSDN library for CDONTS

--
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com


Russ via AccessMonster.com said:
Thanks!
is this the only other option?
The link works if you add a single quote to the end of it.

http://www.rogersaccesslibrary.com/Otherdownload.asp?SampleName='blat.adp'
Thanks but Link is not working.
Any other options?
[quoted text clipped - 7 lines]
Also do not have VB6 installed, so I believe winsock is out of the
question.
What other options are out there?
 
D

David C. Holley

The company that hosts my website uses ASPMail
(http://www.aspemail.com/) as a server-side component to enable ASP
pages to generate email. You may want to contact their support team to
determine if it can run on a PC independent of IIS and do what you need
to it. If so, you'll find creating emails quite easy.

(e-mail address removed)
 
D

danka

Hello Alex:

I am looking at CDONTS, but I am wondering. If I want to stay with Outlook
would it be possible to add SendKeys to select Yes for the user?

I don't really want to use thrid party tools to get Yes selected as they may
be promoting viruses.

--
danka


Alex Dybenko said:
Hi,
you can find a SMTP activeX control or DLL on internet, and use it to send
mails.
also, if you have IIS installed, and SMTP server - you can also use it to
send mail, Search in MSDN library for CDONTS

--
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com


Russ via AccessMonster.com said:
Thanks!
is this the only other option?
The link works if you add a single quote to the end of it.

http://www.rogersaccesslibrary.com/Otherdownload.asp?SampleName='blat.adp'
Thanks but Link is not working.
Any other options?
[quoted text clipped - 7 lines]
Also do not have VB6 installed, so I believe winsock is out of the
question.
What other options are out there?
 
A

Alex Dybenko

Hi,
not sure you can select yes with sendkeys. but there are 3rd party tools
which can do this...

Alex

danka said:
Hello Alex:

I am looking at CDONTS, but I am wondering. If I want to stay with
Outlook
would it be possible to add SendKeys to select Yes for the user?

I don't really want to use thrid party tools to get Yes selected as they
may
be promoting viruses.

--
danka


Alex Dybenko said:
Hi,
you can find a SMTP activeX control or DLL on internet, and use it to
send
mails.
also, if you have IIS installed, and SMTP server - you can also use it to
send mail, Search in MSDN library for CDONTS

--
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com


Russ via AccessMonster.com said:
Thanks!
is this the only other option?

MJatAflac wrote:
The link works if you add a single quote to the end of it.

http://www.rogersaccesslibrary.com/Otherdownload.asp?SampleName='blat.adp'
Thanks but Link is not working.
Any other options?
[quoted text clipped - 7 lines]
Also do not have VB6 installed, so I believe winsock is out of the
question.
What other options are out there?
 

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

Top