Hello,
I would like to include the # symbol (hashtag, pound) in the subject line of a meteobridge push email. IFTTT needs to have the # symbol in the subject to take action on the email. However, in meteobridge the # symbol is used to separate the subject from the body of the email. This means any text after the # goes into the body and not the subject. For example I would like the pushed email to read:
Subject: #IndoorHum>60#
Body: {blank]
Can anyone think of a workaround for this issue?
Include "#" in push email subject
Moderator: Mattk
-
- Fresh Boarder
- Posts: 2
- Joined: Tue Oct 27, 2020 2:02 am
Re: Include "#" in push email subject
You could try to html-encode the # to %23TheWeatherMan wrote: Tue Oct 27, 2020 2:10 am Hello,
I would like to include the # symbol (hashtag, pound) in the subject line of a meteobridge push email. IFTTT needs to have the # symbol in the subject to take action on the email. However, in meteobridge the # symbol is used to separate the subject from the body of the email. This means any text after the # goes into the body and not the subject. For example I would like the pushed email to read:
Subject: #IndoorHum>60#
Body: {blank]
Can anyone think of a workaround for this issue?
It would then read Subject: %23IndoorHum>60%23
But maybe the % character is rejected also.
Wim
-
- Fresh Boarder
- Posts: 2
- Joined: Tue Oct 27, 2020 2:02 am
Re: Include "#" in push email subject
I gave that a shot, but the html character is not being converted to the # symbol when sent, or interpreted as # when received 

Re: Include "#" in push email subject
Encoding it with a back-slash, try that one ?TheWeatherMan wrote: Tue Oct 27, 2020 5:17 pm I gave that a shot, but the html character is not being converted to the # symbol when sent, or interpreted as # when received![]()
Subject: \#IndoorHum>60\#
Re: Include "#" in push email subject
That works! But you have to have the # symbol also or it treats it as message with body and no subject. If you don't want anything in the body then just end it with a # symbol.wvdkuil wrote: Tue Oct 27, 2020 6:46 pmEncoding it with a back-slash, try that one ?TheWeatherMan wrote: Tue Oct 27, 2020 5:17 pm I gave that a shot, but the html character is not being converted to the # symbol when sent, or interpreted as # when received![]()
Subject: \#IndoorHum>60\#
Therefore to get the desired result it would need to be like this:
\#IndoorHum>60\##
Meteobridge RPI | GW1000