Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rozino

  1. rozino

    Persits.MailSender Question

    Can someone tell me why this code doesn't send an email to the address based on just this code? Thanks. Rozino <% Set Mail = Server.CreateObject("Persits.MailSender") Mail.Host = "localhost" Mail.From = Request("Email") Mail.AddAddress Request("location") Mail.AddCC "rozino@s121.com"...
  2. rozino

    Persists.MailSender Question

    Can someone tell me why this won't send the email, just based on this part of the code? Thanks in advance. Rozino <% Set Mail = Server.CreateObject("Persits.MailSender") Mail.Host = "localhost" Mail.From = Request("Email") Mail.AddAddress Request("location") Mail.AddCC "rozino@s121.com"...

Part and Inventory Search

Back
Top