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

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

 

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


[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


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?


[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


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.


How do I specify 'no authetnticaton' with smtpclient .NET 2.0 -
I have an existing project written in VB Visual Studio 2003 that sends email using the SmtpServer object. I am converting this project to VB in Visual Studio 2005. I have managed to modify my code related to the changes of the Mail Message object's addressing properties ('to', 'cc',


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


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


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


Changing Sql Server Authentication method to connect with VB6 -
I have Sql Server 2005 Express and Sql Server Management Studio Express. I can connect to the database using Windows Authentication. I have some vb6 apps that ask for the Sql Server, Database Name, Username, and Password. I tried using the Windows login, but the apps are asking fo


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.


SQL Server 2005 Express - Configure in code -
Hi, By default, SQL Server 2005 Express Edition is install with configuration "Windows Authentication Mode (Windows Authentication)" and does not allow the use of SQL accounts. Manually, this can easily be changed to "Mixed Mode (Windows Authentication and SQL Serv


[2005] EASY Remoting Question -
This should be the easiest thing in the world to do, but it has turned into a huge nightmare. No matter what I do, I cannot get rid of NT authentication when using .NET remoting over the internet. I always end up getting "A remote side security requirement was not fulfilled during


[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


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


Login form Using SQL Server Authentication -
Hi, I am a 2 weeks old VB.NET newbies. I am developing windows application using VS 2005 and SQL Server 2005. I want to create login form with SQL Server authentication. I mean users who have access to SQL Server can access the application as well. I have 2 questions 1. Is th


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


[2005] ASP.NET form authentication -
I have an ASP application running currently. If I need to implement form authentication without changing those ASP pages, is it possible? What I think of is to build a login page in ASP.NET which use form authentication. After user is authenticated, I will load the original ASP pag


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