fix: [email] 이메일 발신자명 SAM-MNG → (주)코드브릿지엑스 변경
- .env.example MAIL_FROM_NAME을 (주)코드브릿지엑스로 변경 - 전자계약 이메일 템플릿 푸터에 회사명 추가 - 비밀번호 이메일 푸터 copyright를 (주)코드브릿지엑스로 변경
This commit is contained in:
@@ -59,7 +59,7 @@ MAIL_USERNAME=
|
|||||||
MAIL_PASSWORD=
|
MAIL_PASSWORD=
|
||||||
MAIL_ENCRYPTION=tls
|
MAIL_ENCRYPTION=tls
|
||||||
MAIL_FROM_ADDRESS=
|
MAIL_FROM_ADDRESS=
|
||||||
MAIL_FROM_NAME="${APP_NAME}"
|
MAIL_FROM_NAME="(주)코드브릿지엑스"
|
||||||
|
|
||||||
# ─── AWS (미사용) ───
|
# ─── AWS (미사용) ───
|
||||||
AWS_ACCESS_KEY_ID=
|
AWS_ACCESS_KEY_ID=
|
||||||
|
|||||||
@@ -77,7 +77,8 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td style="background-color: #f8fafc; padding: 24px 40px; text-align: center; border-top: 1px solid #e5e7eb;">
|
<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;">
|
<p style="margin: 0; font-size: 12px; color: #999;">
|
||||||
본 메일은 SAM 전자계약 시스템에서 자동 발송되었습니다.
|
본 메일은 SAM 전자계약 시스템에서 자동 발송되었습니다.<br>
|
||||||
|
(주)코드브릿지엑스
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -43,7 +43,8 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td style="background-color: #f8fafc; padding: 24px 40px; text-align: center; border-top: 1px solid #e5e7eb;">
|
<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;">
|
<p style="margin: 0; font-size: 12px; color: #999;">
|
||||||
본 메일은 SAM 전자계약 시스템에서 자동 발송되었습니다.
|
본 메일은 SAM 전자계약 시스템에서 자동 발송되었습니다.<br>
|
||||||
|
(주)코드브릿지엑스
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -67,7 +67,8 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td style="background-color: #f8fafc; padding: 24px 40px; text-align: center; border-top: 1px solid #e5e7eb;">
|
<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;">
|
<p style="margin: 0; font-size: 12px; color: #999;">
|
||||||
본 메일은 SAM 전자계약 시스템에서 자동 발송되었습니다.
|
본 메일은 SAM 전자계약 시스템에서 자동 발송되었습니다.<br>
|
||||||
|
(주)코드브릿지엑스
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -96,7 +96,7 @@
|
|||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<p>본 메일은 발신 전용입니다. 문의사항은 관리자에게 연락해 주세요.</p>
|
<p>본 메일은 발신 전용입니다. 문의사항은 관리자에게 연락해 주세요.</p>
|
||||||
<p>© {{ date('Y') }} SAM System. All rights reserved.</p>
|
<p>© {{ date('Y') }} (주)코드브릿지엑스. All rights reserved.</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user