CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 Email Authentification

Print topic Send  topic

Author Message
grivers

Posts: 28
Posted: 09/19/2008, 3:53 AM

I need to send authentification information in the ASP code so the SMTP server will relay to external email addresses. I have seen examples like this but don't know how to translate it to aork in code charge

With cdoConfig.Fields
.Item(cdoSendUsingMethod) = cdoSendUsingPort
.Item(cdoSMTPServer) = "<enter_mail.server_here>"
.Item(cdoSMTPAuthenticate) = 1
.Item(cdoSendUsername) = "<enter_username_here>"
.Item(cdoSendPassword) = "<enter_password_here>"
.Update
End With

Set cdoMessage = CreateObject("CDO.Message")
View profile  Send private message
grupe

Posts: 2
Posted: 09/23/2008, 3:49 PM

converts to

cdoConfig.Fields.Item(cdoSendUsingMethod) = cdoSendUsingPort
cdoConfig.Fields.Item(cdoSMTPServer) = "<enter_mail.server_here>"
cdoConfig.Fields.Item(cdoSMTPAuthenticate) = 1
cdoConfig.Fields.Item(cdoSendUsername) = "<enter_username_here>"
cdoConfig.Fields.Item(cdoSendPassword) = "<enter_password_here>"
cdoConfig.Fields.Update

Set cdoMessage = CreateObject("CDO.Message")
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.