Improve mail template formatting (#7)

This commit is contained in:
Dave Gallant
2020-06-23 20:41:41 -04:00
committed by GitHub
parent 1989b48d99
commit d01f4bf106

View File

@@ -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> {}