• SendMail

    By Patrick Kwintensson 2 decades ago

    How do I enable the mailfunction SendMail ?



    In the options section of an agent i can add Use "MailFunctions"



    But how do I enable the SendMail function to work?



    I must use Call SendMail(md), but what parameters should I specify for "md" ?

    • Use "MailLogSubclass"

      By Eric H Romo 2 decades ago

      You need to use the MailLogClass library like so:



      Use "MailLogSubclass"



      then call the UseMailLog subroutine in your code



      and Bob's your uncle