Sending Mail via VB

  • Thread starter Thread starter Glenn via .NET 247
  • Start date Start date
G

Glenn via .NET 247

Hi,

I am using System.Web.Mail.SmtpMail.Send to send mail through vbcode. It works good within our network, but out clientsfirewall filters out the emails that come from our application. I beleive it is because the header says "misconfigured sneder". Does anyone know how to fix this so the header doesn't saythis?

Thanks,
Glenn
 
try sending the e-mail using authenticated SMTP (assuming your company
e-mail system is authenticated).

http://support.microsoft.com/default.aspx?scid=kb;en-us;555287

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
Hi,

I am using System.Web.Mail.SmtpMail.Send to send mail through vb code. It
works good within our network, but out clients firewall filters out the
emails that come from our application. I beleive it is because the header
says "misconfigured sneder". Does anyone know how to fix this so the header
doesn't say this?

Thanks,
Glenn
 
Most issues with SMTP mail are addressed here: http://systemwebmail.com/
--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

"Glenn via .NET 247" <[email protected]> escribió en el mensaje
Hi,

I am using System.Web.Mail.SmtpMail.Send to send mail through vb code. It
works good within our network, but out clients firewall filters out the
emails that come from our application. I beleive it is because the header
says "misconfigured sneder". Does anyone know how to fix this so the header
doesn't say this?

Thanks,
Glenn
 

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

Similar Threads


Back
Top