IIS Proxy SMTP -
Dears,
I have created a mail object using cdonts. Iam using IIS, which is installed in the same system. It is working fine. But, when our administrator put proxy authentication, It fails to deliver the mail to receipients. the mailobject remains in the same system itself. anyone pls let me know how to configure smtp server for proxy authentication ?
Thx...
[2008] ASP.NET Email SMTP -
Please help got a problem here... I don't know how to solve this.
Previously our server is not using a proxy, and the SMTP works well.
If the users forgot their password they can easily retrieve it through accessing the Forgot My Password section of my web application and they wil
IIS Proxy SMTP -
Dears,
I have created a mail object using cdonts. Iam using IIS, which is installed in the same system. It is working fine. But, when our administrator put proxy authentication, It fails to deliver the mail to receipients. the mailobject remains in the same system itself. anyone
Still needing some help with non web related VB probelm. -
I guess it's somewhat web related.
I'm trying to access an FTP server or an SMTP server using a proxy and the winsock control.
So far I have this from people who have helped me but it still doesn't work.
winsock1.connect "PROXYADDRESS",PROXYPORT
in winsock1_connect(
SMTP Services -
I'm facing a network problem. I can't tell exactly what is happening. The situation is as below:
I'm using the SMTP services to send mail from an internal network. The mail sent to my company's email address can be received successfully. But when the mail is sent to external mail se
Proxy checking.. -
how to determine if the proxy server
is http proxy or sock4 proxy or socks5 proxy?
how to use the proxyJudge?
Mailer with Proxy Support -
Sup?Im trying to find a example VB6 or somebody explain me how to add proxy support to a proyect of mailer im making or a example of a mailer but without using the smtp server for send emails.... anyone help please!
xp ftp proxy -
i am running xp pro on a network through a proxy server (using winsocks)
i have tried to connect to ftp sites and it doesnt connect
i have been told that it is because i need to use the proxy or download a proxy compatible for xp
does anyone know anything about this ?
[2005] Problems changing Proxy -
Hi everybody, i've got a problem.
I wrote a little script that visits an website thru an proxy.
but i want to change the proxy.
but when i change the proxy it still connect thru the old proxy
Smtp, Cdo Nts & Asp -
Hello all,
I am behind a proxy in a corporate network.
I use Windows 2000 proffessional.
I use CDONTS.NewMail to send a mail from IIS in my machine to a mail ID in hotmail.com.
But, the mail stays in the mailroot of my local hard disk.
It does not move beyond that.
Could anyone
[VB6] Listening to a port via Winsock. -
Is there anyway to listen to an already opened port (sniffing?), say SMTP, without using a proxy then grab the relevant information...... I need to grab some information from SMTP traffic of my own mail server in real-time...
TIA
Smtp, Cdo Nts & VB -
Hello all,
I am behind a proxy in a corporate network.
I use Windows 2000 proffessional.
I use CDONTS.NewMail to send a mail from a VB program running in my machine to a mail ID in hotmail.com.
But, the mail stays in the mailroot of my local hard disk.
It does not move beyon
Calling all Winsock/Proxy Gurus ! -
How would one go about coding a small app that will try every port/ip out of a proxy to find a path that goes successfully through the proxy.
I am not trying to hack into a proxy.
At my work, we have our systems all on a proxy, and I need to be able to get all systems here to rea
proxy help -
Hi, I'd like to connect to DC++ using a proxy that is mine but the problem is the proxy doesn't support SOCK5 protocol(or whatever it really is). Is there any tool avaliable that will filter DC++'s connection and put automaticly DC++ using the specified proxy?
behind (or in) a firewall/proxy -
Hi there!
I'm posting this message because i need to know how can i do a program with Winsock available behind a firewall or proxy, i'll be more specific:
My ISP have a proxy, winipcfg always return me the same IP address 10.15.106.237, this isn't my real IP address i get the rea
Proxy, proxy, proxy,... Help help help...experts r u there !! -
I am writting a small VB application. Part of it is to autmatically download a file from the Internet via HTTP using Internet Transfer Control, it works fine when I am connected via a modem. But when I run it on LAN, I can't bypass the proxy server without user id and password. So
Doe
Browse through a proxy, proxy options for ieframe/shdov...dll -
I want to make the web browser to browse through a proxy, but I don't know how, there isn't an option for it when I type
webbrowser1.
Anyone know how to use a proxy?
Ex. If you use Internet explorer, Tools > Internet options > Connections tab > LAN settings button > Prox
Winsock secondary connection thru proxy -
I'm using VB6 and the winsock control. I know how to connect to a proxy and retreive web pages thru this proxy, but what if I wanted to connect to a secondary proxy(thru the first), then tunnel information thru both of those proxies?
Like I said, I can get the first proxy to connect
Get Smtp -
I got this code that sends email using SMTP. I was wondering if there was a way to detect their SMTP server that they have on their computer... or some way of getting it from their computer without having to ask them, because the average joe doesn't know what the hell SMTP means...
Web Proxy -
Hi,
I have made a web proxy which works fine but now since its a proxy its not able to load the site with its relative path. I want websites to work fine. Since the internet connection goes through the proxy... Please help...
Proxy.pac Accessing settings -
Hi ive got a vb service which needs to run on a machine. I need to be able to access the proxy settings when they are set through internet explorer.
Im sure the location of this proxy file must be held in the registry.
How can I obtain the proxy information?
Thanks all
WebBrowser and Proxy..please help -
Hello
I have searched for how can i do that but i couldn't find a solution.
How can i connect to a website via HTTP proxy in the webbrowser control?
And i want to change this proxy programatically (i.e switch proxy button)
Thanks in advance
Cheers
Adel
Calling all Winsock Gurus ! -
How would one go about coding a small app that will try every port/ip out of a proxy to find a path that goes successfully through the proxy.
I am not trying to hack into a proxy.
At my work, we have our systems all on a proxy, and I need to be able to get all systems here to reach
Proxy Server Software -
Does anyone know of any proxy server software or proxy server simulation type software that you can run on a Windows XP box?
Basically what I am looking to do is simulate a proxy server so I can test code I write for situations when my customer is behind a proxy server. We don't hav
unable to Send Mail through Vbscript -
<BODY>
<%
Set SMTP = CreateObject("EasyMail.SMTP.6")
SMTP.MailServer = "<the serveraddress>"
SMTP.FromAddr = "<from address>"
SMTP.AddRecipient "", "chandana.sameera@ge.com", 1
SMTP.Subject = &q
Can VB.NET detect the proxy server and proxy port -
I wrote the client side program for a webservice. In order to consume the webservice, I need to transmit the Proxy server and Proxy port information (This is defined in the server side).
This program works fine in most of the case. But currently i find that some clients don't use pr
WebBrowser+Proxy help.. -
I want to make a webbrowser in a visual basic program that will let me browse via a proxy within the actual program. I don't want to phyiscally have to set the proxy in ie lan settings. The program would have a webbrowser, 3 textboxes( 2 for proxy ip/port, 1 for url ). When clicking on
Using winsock with HTTP Proxy -
How do I connect to a server through a Web Proxy (ex: Squid) using a winsock??
Basically what I want to is:
me >> proxy >> server
Im familiar with winsocks and I already coded most of my app, but I would like to add proxy support...
I know I have to connect to t
SMTP gmail -
hi
I have looked at every post here and elsewhere i can find regrading sending a message via gmails SMTP.
1 post insisted you have to use the ip instead of "smtp.gmail.com" but that dosn't seem to work for me.
This is what i have been trying without any luck
download a file through a proxy via wininet -
Hi,
I hope you guys can help me - you normally manage to.
I'm writing an application that downloads some files from our website. I'm using the code attached to download the file. Now it works fine unless you are behind a proxy. Once behind a proxy, it fails - as I'd expect it to.
Iis Smtp -
hi,
not sure if i'm in the right category. but anyway i've some doubts regarding IIS SMTP. I'm new to ASP and IIS SMTP.
I'm currently creating forms using ASP to send mails. My web server is running IIS, so i've decided to send email using SMTP since it already comes with IIS.
Inet Control's proxy settings -
I am using Inet Control to fetch XML from different URLs. The control works fine with out a proxy server. But fails when proxy is on. the proxy server has basic authentication. How can I send the username and password of the proxy server to the control?
Please help, I need to finish t
[2005] My.Settings... -
I'm trying to save a string to the settings of my project... however when i restart my computer it's not saved... works fine while running but stop the program and it's gone...
Code:
Dim smtp As String
smtp = InputBox("Please enter your SMTP address, this will be
[2008] Proxy Exceptions Vb.Net 2008 -
If you got a program made in Vb.Net 2008 and have proxy support.
Where can you learn about Proxy Exceptions. Like what if the proxy is no good, like it doesnt connect. How can will the program know? Anyone know where to find more information about that? or some vb.net 2008 proxy exa
HOWTO: Proxy -
Is there any API call which determine that wether user is using Proxy server or not? and yes then how to retrieve Proxy server name and port number? Is it possible to retrieve IE or Netscape proxy setting?
Set Up A Proxy -
How would I go about setting up a proxy for a different program? I would like to create a program where you can select the program to use the proxy.. and then hit a button and it will load the program with the proxy. Would I use winsock? How would this be accomplished? Thanks for a
proxy all the time -
I use a proxy server to connect to sites in the internet.
The proxy sends its IP to the hosts I request.
This is possible when I browse through the web or
use some internet services.
But this isn't even possible when I send an e-mail.
In Outlook Express or in MS Outlook there's
winsock through proxy -
yeah, how do i get it to connect through a proxy?
i need the DNS (name to IP) and the WHOIS stuff, but i need to get through the companys proxy server.
help?
thanks,
nabeel
please help me with this -
Hi all,
I have a web server behind a proxy server.
The HTTP request from the user first gets authenticated with the proxy server and then the request is sent to the web server from the proxy.
So, when the proxy authentication is turned on, and i try to access that web page from the
Through Socks Proxy -
Hi,
I need to connect my server through a socks proxy.
Is there any source code available to make connections through socks proxy.
[Here, I use Visualbasic 6.0 and socks proxy 4.x]
Kindly help me out.
[2005] SMTP mailserver -
Is there any way to send with Visual Basic an e-mail message without connecting to a SMTP server?
Or is there a public SMTP server whereto I can connect?
because not everyone who uses my program does have IIS with the SMTP installed with Windows XP PRO