mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-06 08:43:39 +00:00
Improve mail template formatting (#7)
This commit is contained in:
11
src/mail.rs
11
src/mail.rs
@@ -12,13 +12,16 @@ pub fn send(topic: &Topic, posts: &Posts, expression: &str, config: &Config) {
|
|||||||
|
|
||||||
let html_message = format!(
|
let html_message = format!(
|
||||||
"\
|
"\
|
||||||
<b>First Posted:</b> {}
|
<b>Date:</b> {}
|
||||||
<br>
|
<br>
|
||||||
<b>DEALER:</b> {}
|
|
||||||
<br>
|
<br>
|
||||||
<b>DEAL:</b> {}
|
<b>Dealer:</b> {}
|
||||||
<br>
|
<br>
|
||||||
<b>POST:</b> {}\
|
<br>
|
||||||
|
<b>Deal:</b> {}
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<b>Post:</b> {}\
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<b>Body:</b> {}
|
<b>Body:</b> {}
|
||||||
|
Reference in New Issue
Block a user