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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. flashnv

    ASP Email Type Mismatch

    Hi, tried his suggestion to. But it doesn't accept '=' with addAdress! :(
  2. flashnv

    ASP Email Type Mismatch

    Can't possibly comment it out because the addresses the mail has to be sent to get added by this piece of the code...
  3. flashnv

    ASP Email Type Mismatch

    Hello! I am using Persits to send email newsletters to all ids in a database. The main code is: While Not rs.EOF Set sub_email = rs("email") Set Mail = Server.CreateObject("Persits.MailSender") Mail.Host = "mysite.com" ' Required Mail.Port = 25 ' Optional...

Part and Inventory Search

Back
Top