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

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

 

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


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


SMTP Authentication -
Anyone mind sharing the code for sending mail with SMTP and server authentication?? Searched all over and can't find anything other than components which I can't pay 4. Thanks J


530 Authentication Required : Help on Sending E-Mail using VB -
Hi ! i am have found a small prog that send email via vb ( i need to incorporate that in my app). but, when i am sending the E-Mail , i get the message back "530 Authentication Required" i understand, that i need to authenticate myself before sending any e-mail. how


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


how to enable SMTP Authentication with System.Web.Mail classes -
I have written the code to send email using Mail classes in System.Web.Mail namespace but my smtp server needs to "enable SMTP Authentication" setting. How can I do this?


Send/Receive Email SMTP/POP3 authentication -
Hi, How can i send Email using MsWinSck.ocx + authentication(SMTP/POP3). Regards .


IIS Proxy SMTP -
Dears, I have created a mail object using cdonts. Iam using IIS, which is installed in the same system. It is working fine. But, when our administrator put proxy authentication, It fails to deliver the mail to receipients. the mailobject remains in the same system itself. anyone


[2008]SMTP authentication -
I am having trouble with SMTP servers I can not get the authentication to work. here is my code, every thing works but this 1 thing. http://pastebin.com/m7ecd57f2


smtp with authentication -
I have seen a lot of topics on here about sending email with VB. That is all good but I need to be able to supply a username/password to the smtp server. Is this possible? Thanks.


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


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


POP Basics and Advanced ... -
Can someone give me a list of all POP and SMTP protocol commands that a client needs to know and the possible server responses? Or direct me to a resource which will give me all these details? And I mean all, including SMTP authentication etc. .


Smtp Authentication Failed......Urgent!!! -
I have fairly simple code in a form to send email from VB.Net (VS 2008). It works fine on the development machine which has XP and VS 2008 installed and in a LAN. When I upload the application on the server which is in a different country and has fixed IP, it shows Authentication er


email authentication -
hello everybody i am trying to send an email using my yahoo account the yahoo email smtp is smtp.mail.yahoo.com but i cannot send an email because it says that it need authentication i am using .NET 2.0 and system.net.mail anybody any ideas?


Sending email using Exchange server and authentication -
I need to send emails using an Exchange server which required authentication. Anyone can help me? I've read several things about sending emails using SMTP (with System.Net.Mail) and none of those seem to work (SMTP and Exchange? I dont even know the relation) help!


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


Send mail with SMTP with Gmail -
How do I send mail with SMTP with Gmail in VB6? I've searched but I cant get the most of them work, because Gmail require SSl authentication. I've tried this code , but don't know what referees I must add. Thankful advice.


PHPMailer + LiteMail SMTP Server Problem -
I have a problem with PHPMailer and LiteMail SMTP Server Whenever I try to send an email using PHPMailer and LiteMail SMTP Server, I keep getting these errors: PHP Code: SMTP -> get_lines(): $data was "" SMTP -> get_lines(): $str is "220 LiteMail SMTP Server


Mail server authentication -
Hi I want to use a external SMTP server with the mail function (under Win32) but i need to make an authentication (user and password) on the server when i call the mail function (or before). Anyone knows how ? Desbaratizador


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


send email with authentication (02/03) -
Hello, I need to change my program to send email via our smtp server, but it has to use authentication to do it, or there is an error if I don't. Here is my code so far: Code: Imports System.Web.Mail Module Module1 Dim myMessage As New MailMessage Dim myMailServe


Sending Email with Outgoing Authentication -
My SMTP server requires authentication when sending out email. Does anyone have any code that could handle that? I am not too familar with sending email via VB so any code will help. Thanks


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


SQL Authentication MethodWhich one is better -
I am searching for any article about SQL Server Authentication Method. Which one is good?Windown NT Authentication?SQL Server Authentication?Mixed Mode Authentication?What is the reason?Advantages?Disadvantages? FYI, my SQL Server is running on Windows 2003 Server... You guys may


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


Remote Authentication -
My Company currently hosts a classic asp application. User authentication takes place through forms authentication on sql server database. A client which currently access this application over the internet has requested if it is possible to automate authentication through their wi


SMTP Component -
Has anybody found out a method to put in the information required for authentication in the component?


Forms to Basic authentication. Can it be done. -
Is there any way to get Forms authentication to actually logon to the server as if Basic authentication were used? I've perused all of the threads regarding authentication methods and haven't found a yes/no answer to this. Thanks, Al.


Access VBA to send Email -
Anyone have some code to show me how to get this done? Also if there is a way to add a login and password for SMTP authentication, that would be cool too. Thanks


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


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


**RESOLVED**MSDE install using Visual Studio Installer 1.1 -
Is there any way to change the default windows authentication for MSDE to SQL Server authentication so that when it is installed it will use SQL Server authentication? Maybe using ORCA or something else ? I'm very new to sending a client a CD that will install my VB6 app and MSDE


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.