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

[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

 

[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


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 Nightmare -
Am using Winsock to connect to our mailserver, and can connect with no problem. But sending data doesn't do anything, no errors occur but no email is sent. I have connected to the mailserver using Telnet, typed in the same commands that I send using Winsock and the email is sent.


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


cb6jpr -Mapi -
The MAPI control uses the MAPILogon api. It connects only to the default mailserver. If that mailserver is remote, mkaes no difference, but you can't select a mailserver.


create Email throw Telnet -
I want to know that if there is any option to create Email by using Telnt ( SMTP protocol ) by form . explain : I create a form , and when i click " send " the Application connect throw Telnet to Mailserver , and on this mailserver the mail will create it's self and wi


Generate Images & Send Mail with DLL -
Hello! I've recently finished my first DLL - Project and now i'm going to implement a lot of several functions. 1) I'd like to generate images, resize, add text, save and so on. Where to get information on how to do so with Visual Basic? 2) We use Mercurs Mailserver in the


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


Mail question, can it be done -
SMTP winsock mail: error: 553 Authentication is require How can I send the userID and Password to my ISP MailServer outgoing.verizon.net Thnaks


[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


Reading the mail from the mailserver -
i want to read the mail from the mailserver with a particular mail subject received to the server at a particular date alone.(For example if i am running exe means it have to read the mail from the mailserver tat is received today). after reading the mail i have to save the mail i


[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?


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


[2005] SMTP with credentials -
How do I send an SMTP with creditials other than the default? I'm right now sending messages no problem by using mySmtp.UseDefaultCredentials, but I want to use a different account.


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] Mail Server Question -
Hi, I have seen few Windows Mail Servers like IT House Mail Server http://ithouse.com/ I've it's old 1.04 ver and it has only file(MailServer.exe) & works very well. I want to know Is there any basic functionality inbuilt in windows which enables the vb or vb.net code to work


PHP Error -
Hi, I've got this error while testing one of my php script. Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in How can I debug this?


[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


ASP and VB dll -
have a COM dll that I need to call from asp or Cold Fusion. At the minute I need to call a sub method and pass multiple argumens. In ASP e.g. Set Chart=Server.CreateObject("ASPChart.Chart") Chart.SaveChart ("prop1","prop2","prop3")


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?!


Personal Mailserver -
hi, i'm interesting in having an own mail-server, i have a server running 24/7 and i have a dynamic dns. does somebody have a nice tutorial to open up a mailserver on Win2k? and how can i add own sub URLs to my dns e.g. Computer1.MyPersonalDns.Dyndns.org and then change computer1


Emails and mail servers -
HI I wrote a program and added a FeedBack Button which sends the user's feedback to a certain email using winsock. the problem is i need to know the user's mailserver (or let the user type it if he knows it) is there a way to send mail without knowing the mailserver? since it wil


[2005] Basic E-mail -
Good Morning everyone, I need to be able to send a simple e-mail to myself from my program. Basically I have a Mail Server with SMTP/POP3 and I have created an mail account that the program can use to send from What I want to be able to do is read in a text file to a string (w


[2005] smtp -
Hi, i am just wondering if it's possible to send email to microsoft exchange server(outlook 2003) without a smtp server. thank you.


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


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


Help with Email... -
HI i wrote an app that sends data to an email. i use only winsock so in the remotehost i wrote the dns of my isp mail server and it works. but if i will run it in another computer which uses different isp, it wont work. i tried to write username/pass@mailserver and its stil


[2005] multiple content-Type in vCalendar mail created programatically -
Im creating a vCalendar appointment via vb.net, and sending it via smtp using the system.net smtpclient. my problem is that when the mail arrives an extra content-type has been added to it causig text/calendar to be ignored. if i save the contents of my appointment to an ics file


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


[2005] Can't create ActiveX component -
I "borrowed" this code to send a status email and got the error in the title. Public Function Sendemail(ByVal progstat As String, ByVal trackerid As String, ByVal mailto As String) Dim SMTP As Object SMTP = CreateObject("AOSMTPlib.Mail


[2005] SMTP sender & file downloader (request) -
hello! I need a source code of a smtp sender like the sender of outlook nut simpler offcourse. & a source code for a file downloader. Visual.net 2005 thank's alot


dreaded sendmail error -
hehe yes, I did make a topic about this a while back, good discussion and sorted the problem! however that was on my own computer. Now I have a web server and wish to send email from my web server email. it requires SMTP authentication. Now, I get this error when sending ma