Re: This message has been blocked for your safety



Have you tried to click on "Learn more" ???!!!

It looks like you are using a software (not sure if this is a server side
firewall software or if you try to read the message in a client) that
consider this as a potential threat. IMO your best is to look for support at
this third party product site as it looks like this issue is not related to
..NET...

--
Patrice

"Jassim Rahma" <jrahma@xxxxxxxxxxx> a écrit dans le message de news:
F12C8C18-20DE-4A06-A415-2FC181265544@xxxxxxxxxxxxxxxx
I am getting this message when sending using System.Net.Mail... I have
attached the print screen and here is the complete code:

NetworkCredential network_credential = new
NetworkCredential("info@xxxxxxxxxx", "xxxxxx");
MailMessage mail_message = new MailMessage();
// SmtpClient smtp_client = new SmtpClient("localhost");
SmtpClient smtp_client = new SmtpClient("smtp.zatoor.com");
smtp_client.UseDefaultCredentials = false;
smtp_client.Port = 25;
smtp_client.Credentials = network_credential;

string html_message = null;

html_message = "<html>";
html_message += "<head>";
html_message += "<meta http-equiv=Content-Type
content='text/html; charset=windows-1252'>";
html_message += "</head>";
html_message += "<body>";
html_message += "Thank you for registering with zatoor.com
and welcome to the world of free classifieds. We hope you will enjoy using
our website.";
html_message += "<br>";
html_message += "<br><br>";
html_message += "zatoor.com Team";
html_message += "</body>";
html_message += "</html>";

mail_message.From = new MailAddress("info@xxxxxxxxxx",
"zatoor.com");
mail_message.To.Add(txtEmailAddress.Text);
mail_message.CC.Add("jrahma@xxxxxxxxx");
// mail_message.Priority = MailPriority.High;
mail_message.IsBodyHtml = true;
mail_message.Subject = "welcome to zatoor.com";
mail_message.Body = html_message;

mail_message.DeliveryNotificationOptions =
DeliveryNotificationOptions.OnFailure;

smtp_client.Send(mail_message);



.



Relevant Pages

  • Re: SBS2003 Server - Boot up problem
    ... SBS2003 Server - Boot up problemWhat AV and firewall software is ... The last re-build I actually deleted the partition the Windows install was ... Steve B ... After having re-started in Safe Mode and uninstalling AV, Firewall software ...
    (microsoft.public.windows.server.sbs)
  • Re: Good firewall recommendations
    ... as far as firewall software goes? ... I have used Zone Alarm, in it's various versions, since it was first ... and, in turn, illiciting no attack. ... any other type server), the attack can be, and often is, successful ...
    (alt.computer.security)
  • Re: Re-Install Terminal Service
    ... Have you recently loaded a firewall software package that may be blocking access to the TS port? ... I was referring to the RDP-Tcp listener that you should see in Terminal Services Manager. ... Also it appears that your event log file may be corrupt. ... If you want to uninstall/install TS on the server to see if it helps, ...
    (microsoft.public.windows.terminal_services)
  • Re: Hackers Attempted Attacks
    ... You need a very good firewall protecting your network. ... firewall software on a server - use a perimeter firewall - a server or an ... > in the event log about failure attempts to login to the system. ...
    (microsoft.public.security)
  • Re: IP security policy: blocking access
    ... You need a firewall software or hardware that logs ... that any software solution for blocking packets, including IPsec, can ... > I am trying to block access to a FTP server in the DMZ. ...
    (microsoft.public.win2000.security)