Forum Moderators: phranque
Set objCDO = Server.CreateObject("CDO.Message")
'to ,from,subject are set
strBody="hai \n"
strBody=strBody & "how are you? \n"
strBody=strBody & "why it is not working? \n"
mailObj.textbody =strBody
mailObj.send
is the new line characters are not supported in CDO?..... if yes guide me to other options in CDO to send the text formatted mails.
thanks in advance. if any one help me regarding this problem.