Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


Send custom email in HC3


MDC

Recommended Posts

Hello,

I try severals methods to send custom email to HC3, but is drive me crazy.

 

If for HC2 I use

Please login or register to see this code.

 

for HC3 I can send custom email to a specific user ID:

Please login or register to see this code.

 

Anyone have a solution to send custom message to a specific email with subject and content like HC2?

Link to comment
Share on other sites

This works also;

fibaro.call({userID1, userID2 }, "sendEmail", "Subject", "Message")

Link to comment
Share on other sites

  • Topic Author
  • 2 hours ago, twanve said:

    This works also;

    fibaro.call({userID1, userID2 }, "sendEmail", "Subject", "Message")

     

    it's ok no, I never try old lua, just read new manual.

     

    I can't use local values into message:

     

    Please login or register to see this code.

     

    Link to comment
    Share on other sites

    This works....

     

    local subject = "Custom subject"

    local message = "Custom message"

    fibaro.call({2}, "sendEmail", subject, message)

     

    it's not; fibaro:call but fibaro.call

    Link to comment
    Share on other sites

  • Topic Author
  • 7 minutes ago, SmartHomeEddy said:

    (That depends on HC3 versus HC2)

    yes 

     

    24 minutes ago, twanve said:

    This works....

     

    local subject = "Custom subject"

    local message = "Custom message"

    fibaro.call({2}, "sendEmail", subject, message)

     

    it's not; fibaro:call but fibaro.call

     

    The problem is when need to add new line on message, that block my code: \n is not supported and email is not sent,  /n and <br> not used also.

    Then main problem now is how to add new line?

     

    Please login or register to see this code.

     

    Link to comment
    Share on other sites

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Reply to this topic...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    ×
    ×
    • Create New...