0 pts.
 Auto eMail from within a VB 6.0 App
I'm running Windows XP and I have an app that eMails automatically. This part works fine. The question is XP notifies me that a program is trying to eMail and is this okay. How do I suppress this question to let it eMail without asking me? Thanks, Tony

Software/Hardware used:
ASKED: January 6, 2006  3:45 PM
UPDATED: January 9, 2006  9:49 PM

Answer Wiki:
Please check for any Virus in your PC
Last Wiki Answer Submitted:  January 9, 2006  6:50 am  by  Ruchitgarhwal   0 pts.
All Answer Wiki Contributors:  Ruchitgarhwal   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Check the Windows firewall and see if it is blocking traffic on port 25.

 180 pts.

 

We got around this by using SMTP. We have a production app that sends 100′s of emails. When we went to XP, we had the same problem and converted our app to send through exchange as SMTP. Works for us.

 0 pts.

 

Assuming that is what you want.
Also assuming that you are using Outlook Express on your system.
Under Tools, Options, Security there is a checkbox
‘Warn me when other applications try to send mail as me.’
Click it off. I imagine that Outlook has something similar.
Do note that if you do get infected you might end up being a spam machine or whatever. Note also you might have to make changes to any other program that monitors outgoing email.

 0 pts.