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?!
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...
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
Problem with SMTP -
I've got SMTP set up, and all works fine, right up to the point where the recipient is someone NOT in this company.
The return error code I get is 12296.
I can post code etc. if necessary, but anyone come across this ?
I'm pretty new to SMTP, and this is the first problem I ha
SMTP Relay Component -
Hello All
I was looking into writting my own SMTP relaying software. But have decided this would be way aboce my skill level. So I have no started investigating the possibility of useing a free SMTP Relay component. I've googled this and found a few links to a component called 'Pivo S
Need help with this perlscript -
I need to send an E-mail from my web page and it's finished execpt for the send mail.
I 've try to use CDONtS but it's not configured on the server and the admin doesn't want to set
it (don't ask me why!). So i have found a perlscript for ASP that respond to mail send to
your acc
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
smtp.emailaddresses.com -
I want to send email by a smtp and I need a address.
Const SMTP_SERVER As String = "smtp.emailaddresses.com"
I need it.
Will you please help me?
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
SMTP servers -
I am writing an application and would like to have my users be able to send mail directly from it. I have all the details worked out and working except that I need to find a public SMTP server. My ISP's is open only to people inside there network as is mosts so I can't do that.
Doe
VB + Email + CDONTS -
I need to be able to send email from my application without any popups like when using Outlook.Application. I tried CDONTS but came to realize that you have to have the SMTP Service running on all machines using my software. Is there a way to use CDONTS but use it from a remote machi
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
SMTP encryption -
All I want to know is....is SMTP mail encrypted?
We send an automatic mail using SMTP but are not entirely sure if it's sufficiently encrypted
Any comments would be great
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
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
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
[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
Sending Attached file using SMTP -
I know there are a lot of documentation about sending email using smtp.
But: how do i attach a file using smtp when i am sending email?
How to send mail using vbsendmail.dll and smtp.gmail.com -
Hello,
I can send mail using smtp.gmail.com in vb.net. Recently i found vbsendmail.dll. But i can't send mail using smtp.gmail.com using vbsendmail.dll.
It gives me an error: 530 Must StartTls command first.
How to fix it. How can i send mail in visual basic 6 using smtp.gmai
Failed to load control 'SMTP' from... -
Hi,
I have written a program and compiled to a installable "setup.exe" for distribution. Question I have is when the application is installed on a different computer, it gave me this error message:
"
Run-time error '372':
Failed to load control 'SMTP' from. You
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?
Calling dll from ASP -
Does any one know the syntax for calling the following VB dll in asp i.e. how to send the list of variables? Or how the VB code needs to be changed to be able to be accessed from asp?
Dim conn As ADODB.Connection
Dim strSQL As String
Dim Rst As New ADODB.Recordset
Private Sub C