473,378 Members | 1,577 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Cannot send email due to antivirus

April 13, 2006

Hi all

I am trying to send an email through my application (VB.NET 2005). The email
goes as required. However if I turn 'Internet Auto Protect' feature ON in
Norton Antivirus, the email goes only when I exit from my VB application.

Please assist.
Mike TI

Source Code

**********
Dim Mail As New MailMessage()

Mail.From = New MailAddress(xx*@xxx.com)

Mail.To.Add("yy*@yyy.com")

Mail.Subject = "Subject Test Email"

Mail.Body = "This is the body of the test email"

Dim Smtp As New SmtpClient("000.000.000.000")

Smtp.Send(Mail)

***********
Apr 13 '06 #1
2 1719
Well, if you want the email to go then turn the feature off.
"Mike TI" <su*******@hotmail.com> wrote in message
news:eo**************@TK2MSFTNGP02.phx.gbl...
April 13, 2006

Hi all

I am trying to send an email through my application (VB.NET 2005). The
email goes as required. However if I turn 'Internet Auto Protect' feature
ON in Norton Antivirus, the email goes only when I exit from my VB
application.

Please assist.
Mike TI

Source Code

**********
Dim Mail As New MailMessage()

Mail.From = New MailAddress(xx*@xxx.com)

Mail.To.Add("yy*@yyy.com")

Mail.Subject = "Subject Test Email"

Mail.Body = "This is the body of the test email"

Dim Smtp As New SmtpClient("000.000.000.000")

Smtp.Send(Mail)

***********

Apr 13 '06 #2
Your AV software is probably blocking port 25 which is SMTP (mail xfer
protocol.) Reconfigure your AV to not block this port and your problem will
likely go away.

"Mike TI" <su*******@hotmail.com> wrote in message
news:eo**************@TK2MSFTNGP02.phx.gbl...
April 13, 2006

Hi all

I am trying to send an email through my application (VB.NET 2005). The email
goes as required. However if I turn 'Internet Auto Protect' feature ON in
Norton Antivirus, the email goes only when I exit from my VB application.

Please assist.
Mike TI

Source Code

**********
Dim Mail As New MailMessage()

Mail.From = New MailAddress(xx*@xxx.com)

Mail.To.Add("yy*@yyy.com")

Mail.Subject = "Subject Test Email"

Mail.Body = "This is the body of the test email"

Dim Smtp As New SmtpClient("000.000.000.000")

Smtp.Send(Mail)

***********

Apr 13 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: baustin75 | last post by:
Posted: Mon Oct 03, 2005 1:41 pm Post subject: cannot mail() in ie only when debugging in php designer 2005 -------------------------------------------------------------------------------- ...
5
by: Andy G | last post by:
Hi, My plan is to use Try Catch statements to catch an error and then email it to myself. I send the user to a custom error page and I would like to email myself the asp.net error. I thought...
2
by: Ram | last post by:
Hey, I have a solution that is built from both C# and VB.Net projects that some C# projects are referenced to VB.Net projects and vise versa. Whenever I try to rebuild my solution I get the...
5
by: Siv | last post by:
Hi, A little while ago I asked if anyone could help me with how to create an email using MS Outlook that contained an embedded picture file. Thanks to Jay Harlow I was able to get this working...
5
by: Martin Robins | last post by:
I know that this has been asked before; and not only that, I know that it has been answered (successfully) as I myself have previously resolved the problem (with help) - however, I cannot for the...
0
by: SR | last post by:
I am using the new namespace in .NET 2.0 to connect to an SMTP server and send an email message. I am using a Windows Application environment. When I call the Send function, the message is not...
6
by: Adam Honek | last post by:
Okay. This is a little strange but here goes. I wanted to send emails and hence wrote the first sub below. It worked however it would NOT send the email UNLESS I closed the application (hence...
7
by: oopsbabies | last post by:
Hello everyone, I am using Apache 1.3.33 as the web server and PHP version 4.3.10. My machine is using Windows XP 2002 professional edition which comes with a Windows firewall. I am using McAfee...
3
by: Chris K. | last post by:
Hello, I am writing an application that processes and sends electronic mail using Visual Basic that has no issues as is. However, when running concurrently with an antivirus package...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.