Active Server Pages error 'ASP 0113'
Script timed out
/emails/novosprodutos20nov_finalizado.asp
The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS administration tools.
Script que estou utilizando:
'Envia E-mail
Set Mailer = Server.CreateObject("SMTPsvg.Mailer")
Mailer.FromName = "Invent"
Mailer.FromAddress= "contatot@incentivos.com.br"
Mailer.RemoteHost = "localhost"
Mailer.AddRecipient "contato@incentivos.com.br", rs("email_final")
Mailer.Subject = "Novos Produtos"
Mailer.ContentType = "text/html"
Mailer.BodyText = msgBody
If Mailer.SendMail THEN
Response.Write ""
ELSE
Response.Write "Erro: " & Mailer.Response
END IFrs("email_final") é o emails do resultdo do select.
O que está errado? como faço para enviar estes boletins sem dar erros?
Abraços



Postagens
Não informado
