CDO.Message.1 error '80040220'

Discussion in 'ASP.NET / ASP.NET Core' started by CalicoDave, Nov 1, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hey all I need some help with CDO...I keep getting the same error


    CDO.Message.1 error '80040220'


    The "SendUsing" configuration value is invalid.


    /signup.asp, line 145


    I have no idea why I keep getting this, please help! Thanks


    Here is the code


    'Send email with password


    Set Email=CreateObject("CDO.Message")


    Email.Subject= "Welcome to SoH"


    Email.From= "[email protected]"


    Email.To= "email"


    Email.TextBody= "Hello, and let me be the first to welcome you the the world of " & GameName & "! The following is your username and password. It is highly recommended that you keep this email in case you lose your password." & VbCrLf & VbCrLf & _


    "Username: " & Request.Form("username") & VbCrLf & _


    "Password: " & RandPassword & VbCrLf & VbCrLf & _


    "To log in and begin playing simply visit: " & GameRootURL & VbCrLf & VbCrLf & _


    "I hope you have fun playing this great online game." & VbCrLf & VbCrLf & _


    GameOwnerAccount & VbCrLf & _


    Email.Send


    set Email=nothing
     
  2. Bruce

    Bruce DiscountASP.NET Staff

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page