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(
|
await mailer.send(
|
||||||
Message()
|
Message()
|
||||||
..from = settings.email
|
..from = Address(settings.email, settings.mailName)
|
||||||
..recipients = [to]
|
..recipients = [to]
|
||||||
..subject = subject
|
..subject = subject
|
||||||
..html = markdownToHtml(markdown)
|
..html = markdownToHtml(markdown)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue