## 概要 [Task3313: Dictation Workflow完了通知 [U-117] の実装](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/3313) - 文字起こし完了時にメール送信する機能を実装しました。 - npm run formatで変更あった箇所も入っています。 ## レビューポイント - SendGridServiceのIFを「こうしたほうがいいかも」とかあれば。 - メール送信に必要な内容取得で効率的にできそうな部分ないか? ## UIの変更 - なし ## 動作確認状況 - ローカルでnpm run testが通ることを確認 - ローカルでメール送信されることを確認
58 lines
1.9 KiB
HTML
58 lines
1.9 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<title>Transcription Completion Notification [U-117]</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
<h3><English></h3>
|
|
<p>Dear $AUTHOR_NAME$,</p>
|
|
<p>
|
|
The transcription of the dictation you uploaded to ODMS Cloud has been completed.<br />
|
|
- Dictation file name: $FILE_NAME$<br />
|
|
- Transcriptionist name: $TYPIST_NAME$
|
|
</p>
|
|
<p>
|
|
If you need support regarding ODMS Cloud, please contact $PRIMARY_ADMIN_NAME$.
|
|
</p>
|
|
<p>
|
|
If you have received this e-mail in error, please delete this e-mail from your system.<br />
|
|
This is an automatically generated e-mail and this mailbox is not monitored. Please do not reply.
|
|
</p>
|
|
</div>
|
|
<div>
|
|
<h3><Deutsch></h3>
|
|
<p>Sehr geehrte(r) $AUTHOR_NAME$,</p>
|
|
<p>
|
|
Die Transkription des Diktats, das Sie in die ODMS Cloud hochgeladen haben, ist abgeschlossen.<br />
|
|
- Name der Diktatdatei: $FILE_NAME$<br />
|
|
- Name des Transkriptionisten: $TYPIST_NAME$
|
|
</p>
|
|
<p>
|
|
Wenn Sie Unterstützung bezüglich ODMS Cloud benötigen, wenden Sie sich bitte an $PRIMARY_ADMIN_NAME$.
|
|
</p>
|
|
<p>
|
|
Wenn Sie diese E-Mail fälschlicherweise erhalten haben, löschen Sie diese E-Mail bitte aus Ihrem System.<br />
|
|
Dies ist eine automatisch generierte E-Mail und dieses Postfach wird nicht überwacht. Bitte nicht antworten.
|
|
</p>
|
|
</div>
|
|
<div>
|
|
<h3><Français></h3>
|
|
<p>Chère/Cher $AUTHOR_NAME$,</p>
|
|
<p>
|
|
La transcription de la dictée que vous avez téléchargée sur ODMS Cloud est terminée.<br />
|
|
- Nom du fichier de dictée: $FILE_NAME$<br />
|
|
- Nom du transcriptionniste: $TYPIST_NAME$
|
|
</p>
|
|
<p>
|
|
Si vous avez besoin d'assistance concernant ODMS Cloud, veuillez contacter $PRIMARY_ADMIN_NAME$.
|
|
</p>
|
|
<p>
|
|
Si vous avez reçu cet e-mail par erreur, veuillez supprimer cet e-mail de votre système.<br />
|
|
Il s'agit d'un e-mail généré automatiquement et cette boîte aux lettres n'est pas surveillée. Merci de ne pas répondre.
|
|
</p>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |