Jump to content
C4 Forums | Control4

David

c4Forums Member
  • Posts

    22
  • Joined

  • Last visited

  • Days Won

    2

Files posted by David

  1. Stonetree_SMTPClient.c4i

    SMTP Client driver
    Driver initially designed to work directly with Microsoft Live.com SMTP servers which use StartTLS negotiation on port 587 to upgrade a standard plain SMTP connection to TLS Version 1 and then start an SMTP conversation.
    Driver extended to work with wide range of SMTP servers whether using StartTLS or direct SSL connections, normally on port 465.
    Plain connections also supported.
    Authentication support using AUTH LOGIN or PLAIN but also open relay for in-house SMTP servers.
    Initial release just allows simple sending of basic email but would like to hear feedback on use with different SMTP servers.
    Updated to include SendMail command to action sending of standard Email Notifications.
    Added initial Command driver to be loaded prior to SMTP driver which includes common modules and functions.
    Please remove the current SMTP driver and then load the Command driver followed by the SMTP driver.
    Full instructions and release notes exist in the Documentation section of the drivers.
    Thank you
    David

    129 downloads

       (0 reviews)

    0 comments

    Updated

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.