Mail SMTP Set

Forum Home Forums Uncategorized Issues Mail SMTP Set

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #5267
    Mikhail
    Moderator

    Try this.
    I use the following settings:
    smtp.gmail.com
    Port: 587
    Enable SSL

    #5814
    aluy069
    Participant

    Im would like to send an time trigger email with many Cnlname and values.

    Im successfully sending an time rigger email but can you give me an example how to send many CnlNames and values in the same email

    I use binary, command=1 and string=
    Subject Fin de turno; {n}, {Now} Name: {CnlName}, value: {CnlVal}

    #5816
    Mikhail
    Moderator

    To do this, you need to create a formula in the Formulas table and use this formula for the output channel. The text would be build using the formula.
    Set the output channel number to the command settings in the Auto Control Module.

    Formula example (not tested):

    byte[] MyText()
    {
      return System.Text.Encoding.GetBytes("Addr;Subj;Text");
    }

    When you make this formula working, I can explain how to insert channel values.

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.