Html emails#2514
Closed
azogue wants to merge 2 commits into
Closed
Conversation
…ments with callback queries and more notification options
3 tasks
Contributor
|
@azogue Which PR are the current parent PR? |
Landrash
requested changes
Apr 27, 2017
Contributor
Landrash
left a comment
There was a problem hiding this comment.
A minor edit in the email one and please separate the telegram changes out to it's own since I'm assuming they are not related to the same parent pr?
|
|
||
| The optional `html` field makes a custom text/HTML multi-part message, allowing total freedom for sending rich html emails. In them, if you need to attach images, you can pass both arguments (`html` and `images`), the attachments will be joined with the basename of the images, so they can be included in the html page with `src="cid:image_name.ext"`. | ||
|
|
||
| ```yaml |
Contributor
There was a problem hiding this comment.
Add ` # Example configuration.yaml entry``in the top of this example.
|
|
||
| - You need a [Telegram bot](https://core.telegram.org/bots). Please follow those [instructions](https://core.telegram.org/bots#6-botfather) to create one and get the token for your bot. Keep in mind that bots are not allowed to contact users. You need to make the first contact with your user. Meaning that you need to send a message to the bot from your user. | ||
| - The `chat_id` of an user. | ||
| - The `chat_id` of an user, or a list of `user_id`s for sending messages to multiple users. |
Contributor
There was a problem hiding this comment.
Separate changes to telegram out to it's own PR.
Member
Author
|
I'm closing this PR and I will do it again without the telegram changes, sorry |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
attached images.
product_nameto be included as sender in emails.Pull request in home-assistant (if applicable): home-assistant/core#7313