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 restrict SMTP mail?
I just want to connect to my SMTP server on my PC from my PC and send an email to myself (which will go via the Exchange server at work).
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
[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
[2005] sending mail without local smtp server -
is it possible to send mails without a local smtp server?
and can i send mails with my own hotmail acc ?
Local Server -
hi there,
can i make the local server(on lan) to other PC connect with it thru FTP like we connect to remote pc..
or smtp services to sending mail thru local Server
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
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
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
Is it possable in vb6 to make a local smtp -
Is it possable in vb6 to make a local smtp sever where a email is sent form your computer with no interaction from a outside server ?let me explan when you send someone a email it goto a your stmp server and then goto there I want to bypass my stmp server and go straight to theres , ma
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
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
Executing a local file on server -
I have to send mail via SMTP to local users of our intranet;
at first I thought I would make an Activexdll but it doesn't seem to works so I thought of using a ready-to-use .exe to do the task.
What i want to know is if it is possible to launch this app from the ASP server so when
[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
Custom DLL's -
I have a solution that has 3 Class Library's:
Email - send email through our smtp server.
Active Directory - verify a username/password through LDAP
MSOffice - export a dataset to an excel spreadsheet.
My problem is, the Email dll functions fine on my machine, but one of my cowor
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
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?!
Know anything about firewalls - aarrgghh -
I am trying to send a mail message using smtp and I keep getting this error.
"Error sending mail! System.web.HTTPExeption : Could not access 'CDO Message Object'"
also
"The server response was 421 4.4.1 fw2.itp.biz, unable to contact destination"
I think
[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
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
configure my local server -
Hi
I have a SQL Server 2000 and under SQL Server Group there are servers name with their databases which are in the local network,but I don't have my Local server set.What I want is to configure my local server and to import a database from a server to my local server
Any help
[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