Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sending Email

Status
Not open for further replies.

sifitz

Programmer
Feb 27, 2002
47
GB
I would like to send email automatically and wonder how I can do it best.

Attempt 1
I have tried using the MAPIMessages Control but I really want to get rid of the prompt telling the user "A program is trying to send email...". Even setting MAPIMessages.Action = 3 (from thread222-72132) still lets the message appear.

Attempt 2
I know I can do this using CDONTS.NewMail (which does the job perfectly and also allows the sender to be something more helpful - e.g. automail@company.com). However, we only have CDONTS installed on a server so I want to use this remotely. (thread thread222-403487)

Does anybody know how to do this?

Thanks in advance

Si [afro]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top