Re: send email attachment
Are you using .NET 1.x or a later version? If it's a later version then you should be using System.Net.Mail rather than System.Web.Mail.
That said, if it works fine without attachments and you get no errors with an attachment then I'd suggest that there's nothing wrong with the code as far as it's being correct. I'd suggest that either the SMTP server is not allowing your attachment for some reason or else the firewall at the other end is snaffling it. Have you tried sending the same attachment from your own mail client to the same address? Does it get through?
Re: send email attachment
J.
Thanks a bunch, using 2003 Fw 1.1, I will give your suggestion a try, but using their client I know it works as I have done it many times, is when I use VB that I does not work.
Thanks