am having problems with the following code:
$CR:=Char(13)

You could also use "\r".


$text:=$text+ "Address1: "+Address1+$CR

You could also use $text += "Address1:" + Address1 + $CR


a4d.utils.SetSMTPHost("mail.stave.com")
a4d.utils.SendMail($body;$inFrom;$inTo)

I get a Syntax error at a4d.utils.SetSMTPHost. with that command highlighted


Am I missing something real obvious?

Are you absolutely sure you have the latest version of a4d.utils installed?


Regards,

   Aparajita
   Victory-Heart Productions
   [EMAIL PROTECTED]
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoylibrary.com




Reply via email to