add proper from
This commit is contained in:
parent
80623a7327
commit
57a8ef6f00
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class MailClientController extends AutoDisposeAsyncNotifier<SmtpServer> {
|
|||
|
||||
await mailer.send(
|
||||
Message()
|
||||
..from = settings.email
|
||||
..from = Address(settings.email, settings.mailName)
|
||||
..recipients = [to]
|
||||
..subject = subject
|
||||
..html = markdownToHtml(markdown)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue