|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Has anyone managed to send email using the smtp localhost?program called smtp diagnostics. In both cases if I use my outside e-mail provider account with login username and password it works OK. But if I try to send it via localhost my code excutes OK but the message gets stuck in the queue folder and just stays there. I've been trying to figure out why for a week now but I'm no closer to success than when I started. I tested this at my customer site that has a diffrent ISP than me, same result. Has anyone ever had any success sending smtp mail using the localhost virtual server? If so, how did you configure the smtp server? I suspect that's where the problem lies but I'm not sure. I can't figure out if my e-mails are leaving the building when they are being sent by localhost. Any help would be greatly appreciated Bob I never used localhost for that, but you could try sending an email to
yourself. T Robert Dufour wrote: Show quoteHide quote >I've got code doing that that should work and I've tested doing that with a >program called smtp diagnostics. In both cases if I use my outside e-mail >provider account with login username and password it works OK. But if I try >to send it via localhost my code excutes OK but the message gets stuck in >the queue folder and just stays there. > >I've been trying to figure out why for a week now but I'm no closer to >success than when I started. I tested this at my customer site that has a >diffrent ISP than me, same result. > >Has anyone ever had any success sending smtp mail using the localhost >virtual server? >If so, how did you configure the smtp server? I suspect that's where the >problem lies but I'm not sure. > >I can't figure out if my e-mails are leaving the building when they are >being sent by localhost. > >Any help would be greatly appreciated > >Bob > > > > On Thu, 9 Nov 2006 16:46:50 -0500, Robert Dufour wrote:
Hello Bob, >I've got code doing that that should work and I've tested doing that with a I go into the same desaster while sending with localhost, but we also>program called smtp diagnostics. In both cases if I use my outside e-mail >provider account with login username and password it works OK. But if I try >to send it via localhost my code excutes OK but the message gets stuck in >the queue folder and just stays there. have a Win2k3 Server via ISP, which is hosting a site and this works. Most providers do not accept any message if they can't resolve the sending servers IP, some also request the whole domain and so on.. to get rid of spam-mails. One of my personal mailaccount is able to accept even via localhost (showing that all is right) , i think you can't solve this other than using a smart.host in the config of your local smtp. HtH Norman Goetz I am wondering what I need to put in the smarthost and if the computer it
points to needs to be configured. My set up is that I have my localhost at 192.168.1.163 on my lan my mail server at my ISP is at mail.mycompany.com. My domain of my local lan is named mycompany.com and I'm behind a firewal at 192.168.1.1. I saw some docs about smarthost but not really any explanation on how to use it except to say you put in a DNS name or an ip address. Tried it, didn't work. Bob Show quoteHide quote "Norman Goetz" <spammichab-nirwana@yahoo.de> wrote in message news:6j78l2lkmais2o2u3uler9nk1u2p261vuj@4ax.com... > On Thu, 9 Nov 2006 16:46:50 -0500, Robert Dufour wrote: > > Hello Bob, > >>I've got code doing that that should work and I've tested doing that with >>a >>program called smtp diagnostics. In both cases if I use my outside e-mail >>provider account with login username and password it works OK. But if I >>try >>to send it via localhost my code excutes OK but the message gets stuck in >>the queue folder and just stays there. > > I go into the same desaster while sending with localhost, but we also > have a Win2k3 Server via ISP, which is hosting a site and this works. > > Most providers do not accept any message if they can't resolve the > sending servers IP, some also request the whole domain and so on.. to > get rid of spam-mails. One of my personal mailaccount is able to > accept even via localhost (showing that all is right) , i think you > can't solve this other than using a smart.host in the config of your > local smtp. > > HtH > > Norman Goetz
VB Controls In VB2005
difference between dataAdapter.InsertCommand/dataAdapter.SelectCom Get the value of a cell when row changes in DataGridView how to create var with same name but another index? remove xml file root tag how to capture enter key without affrecting copy paste kcust keys max length for tooltip Using variable names to change labels add xml validation schema in the xml file Why has debug.print stopped working??? |
|||||||||||||||||||||||