fix: [email] 이메일 발신자명 SAM-MNG → (주)코드브릿지엑스 변경

- .env.example MAIL_FROM_NAME을 (주)코드브릿지엑스로 변경
- 전자계약 이메일 템플릿 푸터에 회사명 추가
- 비밀번호 이메일 푸터 copyright를 (주)코드브릿지엑스로 변경
This commit is contained in:
김보곤
2026-02-24 08:08:44 +09:00
parent 36486795f2
commit 869896e9ce
5 changed files with 8 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=
MAIL_FROM_NAME="${APP_NAME}"
MAIL_FROM_NAME="(주)코드브릿지엑스"
# ─── AWS (미사용) ───
AWS_ACCESS_KEY_ID=

View File

@@ -77,7 +77,8 @@
<tr>
<td style="background-color: #f8fafc; padding: 24px 40px; text-align: center; border-top: 1px solid #e5e7eb;">
<p style="margin: 0; font-size: 12px; color: #999;">
메일은 SAM 전자계약 시스템에서 자동 발송되었습니다.
메일은 SAM 전자계약 시스템에서 자동 발송되었습니다.<br>
()코드브릿지엑스
</p>
</td>
</tr>

View File

@@ -43,7 +43,8 @@
<tr>
<td style="background-color: #f8fafc; padding: 24px 40px; text-align: center; border-top: 1px solid #e5e7eb;">
<p style="margin: 0; font-size: 12px; color: #999;">
메일은 SAM 전자계약 시스템에서 자동 발송되었습니다.
메일은 SAM 전자계약 시스템에서 자동 발송되었습니다.<br>
()코드브릿지엑스
</p>
</td>
</tr>

View File

@@ -67,7 +67,8 @@
<tr>
<td style="background-color: #f8fafc; padding: 24px 40px; text-align: center; border-top: 1px solid #e5e7eb;">
<p style="margin: 0; font-size: 12px; color: #999;">
메일은 SAM 전자계약 시스템에서 자동 발송되었습니다.
메일은 SAM 전자계약 시스템에서 자동 발송되었습니다.<br>
()코드브릿지엑스
</p>
</td>
</tr>

View File

@@ -96,7 +96,7 @@
<div class="footer">
<p> 메일은 발신 전용입니다. 문의사항은 관리자에게 연락해 주세요.</p>
<p>&copy; {{ date('Y') }} SAM System. All rights reserved.</p>
<p>&copy; {{ date('Y') }} ()코드브릿지엑스. All rights reserved.</p>
</div>
</body>
</html>