o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

SMTP Server in CDO -

I'm trying to send an email to a gmail address using CDO 2000 Library in Visual Basic 6. The problem is, I can't find a decent SMTP server. When I tried to use gmail's SMTP server (smtp.gmail.com) I got an error , -I believe- the cause of the error is Gmail's smtp server secuirty system (STRL or whatever), probably, CDO doesn't know how to communicate with that type of SMTP servers. I tried Hotmail's mx2.hotmail.com it works fine if the "rcpt to" address is a hotmaill address, but it wont work with any other addresses. I tried google's smtp.google.com but it rejected my "rcpt to" address (which is a gmail address), I tried few other smtp servers and they all rejected my "rcpt to" address too.

How can I solve this problem?

 

SMTP server help. -
Ok everybody, I need some help. I am trying to get a vb smtp email server working... I got some help from somebody but I hit a roadblock. I am wanting to send email using this server. The network the program will be on does not have an smtp server so I had to get one... I want to st


SMTP email question -
Question por favor... I have an application that I am adding email capabilities to. It wont be a full email client. Just sending out a preformed email. The problem is that all the code i've seen or used in the past, ask for a server name, logon, and password. Is there a way to SMTP


Local SMTP Server -
I am trying to write a legitimate application for work but need to test it out. The IT dept is crap at getting back at me so I gave it a go myself. I have IIS installed including the SMTP server, but I still cant send any mail through my app. Is it possible for my IT department 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.


[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


SMTP Server -
In VB there is a variety of ways to send mail. It seems that if you want to change the "from" field (for a mass mailer type of program) you need to use an smtp server. My question is, if your using a dialup connection from home, what smtp server can you use for this? Any


Is it possible to write SMTP Server Software in VB.net -
Hello All, I have a question regarding SMTP. I would like to add a built in SMTP server to my application and was wondering if this is possible? If it is does anyone know where I can get some info on where to start with this? I'm guessing its a fairly complicated job. Regards Pa


email using winsock (or anything else) without smtp -
is it possible to send emails without any smtp server... or some internal (within vb aplication) smtp server? if yes, pls give an example. thanx.


SMTP Server in CDO -
I'm trying to send an email to a gmail address using CDO 2000 Library in Visual Basic 6. The problem is, I can't find a decent SMTP server. When I tried to use gmail's SMTP server (smtp.gmail.com) I got an error , -I believe- the cause of the error is Gmail's smtp server secuirty syste


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...


AOL and SMTP -
I am trying to set up outlook on a friends computer. Unfortunatly they absolutly will not change from using AOL. I'm having problems with the outgoing SMTP server. As I understand AOL don't have one. Does anybody have a workaround. Is there any companies that provide a smtp se


[2008] good smtp server -
hey guys what is a good online smtp server to use. I dont want to download and buy one I just want a free online smtp server that i can use. Any reccomendations


Setting up my own SMTP server. -
Is there any advantage, or benefit of setting up a SMTP server? Are there any disadvantages of using the SMTP server that My ISP allows me to use for sending email?


Changing SMTP port (resolved) -
Hi, I have an smtp server but instead of using port 25 it runs on port 26. There is a line in the php.ini file to change which smtp server it uses for the mail command but I cant find a line to change to port. Do you know how I can make it use port 26 which is what the smtp server i


Please help SMTP server authentication -
Hello, I am using System.Web.Mail.MailMessage method to send email It works fine as long as SMTP server does not require authentication Does any body now the way to authenticate SMTP server Please help


Change smtp settings in VBA -
Hi there I travel a lot for my job and always take my laptop with me. At each location and each new network I have to change my smtp server settings manually. So I got this idea. A button which gives me the option so select my location. After selecting my location (e.g. home, of


Send mail using SMTP on another server -
Hi all! I would like to send an e-mail from an application running on a server that doesn't have a SMTP-server installed. Is it possible to use an SMTP-server on another sever? Also, I use win XP to but the server is running w2k with .NET framework installed if that is of any int


Smtp -
I can't find a decent SMTP server for windows, so I decided to code one. I read the RFC and I just dont understand the most of it, is there any open source VB SMTP servers out there?!


[2008] how to let my app. find automatic your Email & SMTP server -
Hey, I'm working on a windows form application. I maked a program to send emails. But much people dont know their SMTP server.. does someone know how to let the application automatic know wich SMTP server he needs to use? And if possible same with their email. thanks a lot.


Using Default SMTP Server -
I've made an app and what i want to do is send an email to myself with some data from the app. I've got a form where the data is and everything works fine but you have to enter in the smtp server. Is there a way where i can automate this and it sends an email using the clients defau


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


[2005]Guidance for Emailing -
Hi people, I am currently working on massmailing system... in which i can mail to all the ids that r stored in a database... Now i dont have Outlook configured, so i cannt use outlook as my SMTP server. So anyone can please guide me how can i build or setup a SMTP server ofmy


SMTP Server name -
Hi all! Does anyone know how to find the name / ip of the SMTP server through vb. I am using a mail component to generate an email from my app and email it to us. In order to use this component the app users must type in their smtp server name, which few users know. Can I auto


MAIL/SMTP STUFF -
HELLO! If I write a mail using the SMTP-PORT of my mail-server (e.g. smtp.mail.yahoo.com) and I send the mail to somebody@somewhere.com, I think my mail-server connects to port 25 (SMTP) of "somewhere.com". But often "somewhere.com" does not support SMTP, but the


[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


Ostrosoft's SMTP control -
can this control also use encrypted smtp server like Gmails are??? i already use vbsendmail, but it only works with non-encrypted server, are there another code to use for encrypted smtp server.


Connecting to SMTP -
HI, My friend installed an SMTP Server on his computer("Free SMTP Server" to be exact), i want to use it to send mail from my apps, but once again i get a CDO.Message error. 1) Im connecting to him by IP: System.Web.Mail.SmtpMail.SmtpServer = "IP" Can it connec


How to extract ISP's mail server settings or outlook's SMTP Settings in Visual Basic -
Hello, I wonder about, how to get the outlook smtp settings or user's default isp's mail server settings? I also want to know about mx records and how to perform mx to gain smtp server name? Please guide me in detail. Regards...


SMTP authenticated Username -
HI, i am having one problem related to IIS SMTP related, if anybody have any idea pls send a the solution for this.My requirement is: 1.I am using IIS SMTP mail server for mail transaction. 2.In my outlook express it is configured to send a mail through above said mail


SMTP Authentication -
When I try to connect with some SMTP modules I have to an SMTP server that requires authentication I obviously can't send mail... Does anyone have any solutions or some code to get around this? Thanks


[2005] How to use SMTP authentication -
Hello, i'm making an asp.net application and i don't know how to send mail via smtp, when MY SERVER REQUIRES SMTP AUTHENTICATION. could anyone help me how to do it?


Can you manipulate/use SMTP with VB -
I have an application that sends emails using the good old MAPI objects. It's great, but it doesn't work on a Citrix server, since each user doesn't have a configured MAPI compliant application on the server (like Outlook). Our Citrix server IS connected to a SMTP mail server though


SMTP server -
Hey. Could someone please give me directions for making a smtp server in visual basic 6? Nothing to do with Outlook, which seems to be all I found when I searched the forums.


MAKING my pop/smtp server. -
I have PWS installed on my PC... (if that's important) I've gotten an IP address, thanks to my cable company. Is there any way I can convert my PC into a pop/smtp server, so I can have my email addresses like something@203.145.192.177 does anyone know?


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


POP / SMTP Server -
Hello, Basically, i am looking for any advice / resources that explain how to make a POP3 / SMTP Server in visual basic. Any help would be appreciated, thanks Alistair


Create SMTP Email Server -
I have SMTP Service running on my Win2k Pro machine (IIS 5, blah blah blah). I do not want to own any domains, and i dont want to POP off anything. Can I build an Email server that sends/receives email using my IP/SMTP? Or can I POP of my own SMTP service to send email? I just want to


Writing SMTP Server to run locally -
I have seen many posts, but nothing to answer my question/needs. I have a POP3 Service that will only, of course, allow me to receive email. I am unable to send email through this Service/Company. I have a local machine with an assigned IP addess. I want the ability to send email v


get users smtp server from outlook or outlook express -
I want to get the users smtp server from outlook or outlook express. \HKEY_USERS\S-1-5-21-1004336348-630328440-839522115-1003\Software\Microsoft\Internet Account Manager\Accounts\00000001\ there is a key called SMTP Server. I know how to read a registry value, but how do folder


Connecting from Outlook via SMTP -
I want to develop a small SMTP server for use over s private network, how do i connect to my program using winsock from outlook express by typing in an SMTP server? eg, if i were creating a http server, i would type http://myip/ into explorer, and listen on port 80 with winsock.