Jump to content

me4webby

Members
  • Posts

    4
  • Joined

  • Last visited

me4webby's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I tried your comment but it is as expected not change a thing and was wrong in adding "then" with while...wend...And I still seek for a reasonable reason!Regards Hisham Galal
  2. Hi,When I tried to send multiple mails using asp I didnt got error but the mails not sent however when I sent a single mail everything is Ok.Th added the code heresub SendMail(FFrom,TTo,SSubject,BBody ) Set Mail = CreateObject("CDO.Message") Mail.From= FFrom Mail.Subject = SSubject Mail.HTMLBody = BBody MailObj.To= TTo Mail.Send Mail.closeend subdo while not userRecordSt.EOF call SendMail(userRecordSt("to"),userRecordSt(from),Request("title"),"<HTML>" & strHTML & "</BODY></HTML>")userRecordSt.MoveNext loopwhere userRecordSt is a record set connected to a sql database.thanxHisham Galal
  3. me4webby

    ASP and ASP.Net

    Hi,I have a website already made by asp and I wanna to use asp.net pages inside it and I wanna to ask if i will got a problem or not for doing that and how I will indicate that this pages are asp or asp.net.Please if you have an answer send it to me in details.Regards23 DoorsDown<me4webby@yahoo.com>
  4. me4webby

    ASP and ASP.Net

    Hi,I have a website already made by asp and I wanna to use asp.net pages inside it and I wanna to ask if i will got a problem or not for doing that and how I will indicate that this pages are asp or asp.net.Please if you have an answer send it to me in details.Regards23 DoorsDown<me4webby@yahoo.com>
×
×
  • Create New...