CDONTS.NewMail (Asp Script Convert to other ASP Mail Function)

Discussion in 'C#' started by knisarmughal, Sep 23, 2008.

  1. #1
    Hello!

    i want urgent help it very urgent that i want to execute my this function with others ASP Mail function note that which is support godaddy.com ASP.Net Server and IIS 7.0/IIS 6.0. please care fully this script already executed on my server. please convert this script other ASP Mail Script..

    Follow this;



    Set Mail2 = Server.CreateObject("CDONTS.NewMail")
    Mail2.From = str4 //variable
    Mail2.To = "info@example.com"
    Mail2.Subject = "New Member infor on example.com "
    BodyToSend2 = "Dear " &str3 //variable&", " & vbCRLF & vbCRLF &_
    "!"& vbCRLF & vbCRLF &_
    "This is new member registered registered at example.com and member login information is as follows: "&vbCRLF&vbCRLF&_
    "User ID: " &str1 //variable& " " & vbCRLF & "Password: " &str2 //variable & " " & vbCRLF&_

    vbCRLF & "" & vbCRLF & vbCRLF &"Regards,"&_
    vbCRLF & "example.com" & vbCRLF & "http://www.example.com"
    Mail2.Body = BodyToSend2
    Mail2.Send
    set Mail=nothing
     
    knisarmughal, Sep 23, 2008 IP
  2. SearchBliss

    SearchBliss Well-Known Member

    Messages:
    1,899
    Likes Received:
    70
    Best Answers:
    2
    Trophy Points:
    195
    Digital Goods:
    1
    #2
    SearchBliss, Sep 23, 2008 IP