Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-Server
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
李帅
2023-05-12 11:25:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ef316b01eca296038cec411fe730856d9e7e7b42
ef316b01
1 parent
364671be
1.集成邮件发送
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
app/Jobs/SendVerificationMessage.php
app/Jobs/SendVerificationMessage.php
View file @
ef316b0
...
...
@@ -84,6 +84,7 @@ class SendVerificationMessage implements ShouldQueue
$email
=
new
\SendGrid\Mail\Mail
();
$email
->
setFrom
(
"hello@parlando.ink"
,
"Parlando"
);
$email
->
setSubject
(
"Verification Code"
);
$email
->
addTo
(
$this
->
email
,
"Parlando User"
);
$email
->
addContent
(
"text/html"
,
"Please enter in the verification code input box: <strong>
$code
</strong><br/>(The code will expire in 30 minutes.)"
...
...
Please
register
or
login
to post a comment