Hi,
I am using smtp server in my vb.net winforms and using following two lines for the authentication purpose
email.Fields(" = Username
email.Fields(" = Password
i have a function which is called every time we want to send the email ( which is generally 120-200 emails each time the application is run )
Now the question i have is that if i want to authenticate teh smtp server only once and keep on sending emails until all the mails are sent IS IT POSSIBLE TO DO THAT? . (right now for each email it does authenticate)
THANKS
I am using smtp server in my vb.net winforms and using following two lines for the authentication purpose
email.Fields(" = Username
email.Fields(" = Password
i have a function which is called every time we want to send the email ( which is generally 120-200 emails each time the application is run )
Now the question i have is that if i want to authenticate teh smtp server only once and keep on sending emails until all the mails are sent IS IT POSSIBLE TO DO THAT? . (right now for each email it does authenticate)
THANKS