| **Navigation:**  [[templates.htm|Templates]] > [[templates by topic.htm|Templates by Topic]] > Communications (Email, SMS) >Sending Email and SMS from hand-code | [[sendsmscodetemplate.htm|{{btn_prev_n.gif|Previous page}}]][[templates by topic.htm|{{btn_home_n.gif|Return to chapter overview}}]][[tplextendeduiglobal.htm|{{btn_next_n.gif|Next page}}]] | | || All of the Email and SMS functionality can easily be used from your hand-coded Procedures.  You can use the ClaMail CLASS, call the PROCEDUREs without the CLASS, or make calls directly into ClaRunExt.dll. The files defining the functionality are ClaMail.clw and ClaMail.inc, and are located in your \Clarion\Libsrc\Win folder. Email example Look in your Examples folder for the subfolder .\ClaTalk\EmailDemo. There you'll find the EmailDemo project which demonstrates all three approaches of working with the Email functionality (CLASS, PROCEDURE, direct call to ClaRunExt.dll) without using the templates. SMS example Look in your Examples folder for the subfolder .\ClaTalk\SMSDemo. There you'll find the SMSDemo project which demonstrates working with the SMS functionality without using the templates. see also: [[globalcommunicationssettings.htm|GlobalCommunicationsSettings]] [[sendreportoutputbyemail.htm|SendReportOutputByEmail]] [[sendemailbuttoncontrol.htm|SendEmailButtonControl]] [[sendsmsbuttoncontrol.htm|SendSMSButtonControl]] [[sendemailcodetemplate.htm|SendEmailCodeTemplate]] [[sendsmscodetemplate.htm|SendSMSCodeTemplate]]