release 0.2.2 #30
2 changed files with 0 additions and 2 deletions
remove some accidentally left in debug statements
commit
81a89b216d
|
|
@ -76,7 +76,6 @@ pub(crate) async fn send_confirmation_email(
|
|||
|
||||
match message {
|
||||
Ok(msg) => {
|
||||
dbg!(&msg);
|
||||
if let Err(err) = lettre::AsyncSendmailTransport::new().send(msg).await {
|
||||
warn!("Failed to send remainder {}", err);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -68,7 +68,6 @@
|
|||
<div>ID: {{job_offer.id}}</div>
|
||||
<div>Review Status: <span class="{{#unless job_offer.reviewed}}unreviewed{{/unless}}">{{job_offer.status.review_status}}</span></div>
|
||||
<div>Confirmation Status: <span class="{{#unless job_offer.confirmed}}unconfirmed{{/unless}}">{{job_offer.status.confirmation_status.type}}</span></div>
|
||||
{{log job_offer.actions}}
|
||||
{{#if job_offer.actions.confirmation_link}}
|
||||
<div><a href="mailto:{{job_offer.contact_data}}?body=Confirmation%20Link:%20{{job_offer.actions.confirmation_link}}" >Manual Confirmation Mail</a></div>
|
||||
{{/if}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue