Results for the smtpGet 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... 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 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 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] 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 [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 - 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?! CGI (Perl) - SMTP & Rediret Method - Good day ! I have written the codes below and try to execute it. Theoritically, I suppose it works but it doesn't. I can't figure out what's wrong with my codes. The 2 problems are : 1) It supposed to send back a mail to me but it doesn't. I used the code from Deitel & Dei 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 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 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 [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? 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 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 Finding the smtp address on the pc running my program - I am writing an email program an need to add to a list in the program of smtp servers that the user can choose that they have access to. I want my program to automatically configure itself to use the smtp server without user intervention. How can you check Outlook, Netscape, IE and the 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 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 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 From SMTP to the destination - Hiya, I was wondering.. I have a util that keeps a log of the current computer (system info, etc) and it creates his own mail but I want it to send it too (instead of using another smtp service). In other words, it has to work independantly from the system... So.. my questi SMTP: How to send CC and BCC - Hiyas - I've got an app that sends SMTP email without a problem but I'd like to send the message to a few "blind carbon copy" recipients. How can I do this with SMTP? TIA! Paul |