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

Optimizing SMTPsvg.Mailer

Status
Not open for further replies.

csiwa28

Programmer
Apr 12, 2001
177
I have a form and once it is submitted, it go to another page that does 3 things.

1. Writes all the data collected to an Access DB.
2. Creates an SMTPsvg Object, sends an email notification to the person responsible for this info, and closes the SMTPsvg Object.
3. Creates another SMTPsvg Object, sends a thank you email to the person submitting the form, and closes the SMTPsvg Object.

This page takes quite some time to process. Is there a way to optimize my code to make it process a bit faster?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top