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 mail something without having to log onto a SMTP server or something. I may be confused or may have you confused. The current system uses Lotus (ugh) and was told by their IT dept..
"The only thing would be the email server. The Lotus Domino server isn't your run-of-the-mill SMTP server. It's actually a database server with an attached SMTP engine. It can't be used outside of the Notes client. A great selling point would be if it contained it's own simple SMTP engine that could sleep until needed so that Netadmins wouldn't have to dish out passwords to access his/her SMTP server. "
Any ideas???
Thanks
Wookie
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
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
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
Create SMTP Email Server for IIS 5 on Win2k Pro -
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
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
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...
CDO MAPI - SMTP Email Addresses -
How can I resolve the SMTP email address from an entry in a GAL.
I can connect using CDO but the MAPI.AddressEntry.Address property holds the internal exchange address.
In the properties for the contact I can see the SMTP email address but I cant access it through the MAPI CDO ob
I Need an Email Guru -
I have a client that wants to provide a security reporting tool to ppl who visit his web site.
It reads several settings on the users computer and makes the report (I've already written this part).
The user hits a button to send the report to my client in an email (must be in the b
[serious] SMTP servers -
Yo, i need a free SMTP server.
One that will send email on behalf of any email address to any email address/
Do you guys (and girl) know where i can find one?
ILMV
Is there a way to send a email without SMTP -
Can somebody show me a way to send a Email without SMTP server?
I need this to create a bug reporter for the users who may or may not provide their email addresses.
Thanks
Vijay S
problems with SMTP and encryption -
I am having difficulty sending email.
My application encrypts a load of data using Visual Soft Crypt (IDEA encryption algorthym) which it then inserts into the body of an email. The email is sent using IP*Works 4 SMTP component.
This works fine and the correct text is definatly i
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?
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
sending email using SMTP -
Can someone help me with this. How do we send email using SMTP, in VB.
Sending via MAPI is ok, but want some info on SMTP !
Regards
vb.net mail -
I need to send email from an app...
I know how to do it using vb6 and outlook...
But this project I cannot use outlook as mail...I need to use SMTP.
I can easily pull data from a database which I will need to store in the email, thats no problem.
But I need sample code of vb.
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.
[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
Use default SMTP server to send email -
I have VB.NET code that sends an email from my customers to me (for product registration), so I don't want to have to define the SMTP server. Rather, I want their default/local SMTP server to be used. There must be a simple solution. Here is my code:
Dim email As New Syste
SMTP Question -
Sorry to repost, this ended up in wrong forum originally!
'm considering building an application which will send SMS text messages from an email. For example someone could send to
+44252666783@sms.mydomain.com
I also need to recieve normal smtp email through the same connectio
[New here] How to send email using VB6 and SMTP -
Hello all im new here, i've saw that forum while surfing in google.com and he
looked nice so i signed up.
Ok so i need some help, how can i send an email (+attachment) using
VB6 and SMTP server?
I have SMTP server that work and all i need is the code, i already searched
in the fo
Sending Email problem -
Hi
I'm trying to use CDO to send an email but no matter what email service i.e. Hotmail, gmail and Yahoo I use I can't get this line to work:
Const SMTP_SERVER As String = "smtp.gmail.com"
It comes up with some error about unable to connect to smtp server
BTW I'
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
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.
sending email via SMTP -
Does anyone have a good recent example for sending email via an SMTP server? I was looking in google for a moment and the results I found VB told me were outdated.. and either way I couldn't get it to work..
Thank you all.. again.
Outlook VBA question -
Is it possible for my script to populate a User-Defined Column, lets say I have a share mailbox named with different SMTP address and for this mailbox with have a user defined column named Assignee, i want to populate this field with first word in the body of the email or the email add
[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
need help about SMTP host names -
Hi my email Id is vilas4u_9jan@imacapricorn.com... I m trying to send email by using VB and i need SMTP host name to send email on my ID... Which smtp host i've to use...?
thnx
[2008] Email -
hey guys...
ive been trying to send an email with a vb project
i would like to use gmail's smtp server, but ive tried on vb 2008 and 6 and had no success
as of now i got email to work with hotmail, but it uses a webbrowser and GetElementById plus invokemember to login and send
SMTP mail problemos -
I have a page on my site which sends an email via SMTP.
When the user clicks the submit button it succesfully sends off the email but it seems to take forever.
Also on occasions it stalls and does nothing.
Has anyone experienced similar problems ?
Thanks in Advance
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
Question about email & SMTP -
I'm trying to get my program to send very simple text email messages. I did do a search beforehand, and found that I was having the same issue as someone else, but the specific question I have was not answered --
I've learned that if you're trying to send mail, you need an SMTP ser
Simple Question: send email command -
Hi,
i'm making a program that opens a datbase and creates a bunch of text files. I then need to send the text files as an email attachment. My question is.. what is the code to send email. How do i specify smtp,address and so on...
Thanks for anyhelp
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
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
Email without SMTP service -
How can I send email without using the IIS SMTP service or any other service for that matter. It would be nice to use a built in engine instead of relying on anything to do with IIS.
need simple smtp example/code -
I am very interested in learning more on sending email via smtp. I have downloaded code from planetsourcecode that does work at work (has T1 line) but for some reason I can't get to work at home on a dialup. So could someone send me (or point in the right direction) some code/informa
Sending email with winsock ... -
I know how to send email with winsock (HELO, RCPT TO...),
but I am interested in sending it without using a "local" mail server.
This is what i mean:
i have an email like loopy@usa.net, can i just connect to usa.net and send email to loopy ?
If not, can i use an internaci
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
Sending attachments with SMTP -
I have written several applications that use SMTP and the Winsock control to send email. I was wondering if anyone had any idea how it would be possible to send attachments with the email?