pdf bill
This commit is contained in:
parent
cce96f815a
commit
63eb7089cd
18 changed files with 193 additions and 114 deletions
|
|
@ -63,7 +63,7 @@ namespace Yavsc.Services
|
|||
MimeMessage msg = new MimeMessage();
|
||||
msg.From.Add(new MailboxAddress(
|
||||
siteSettings.Owner.Name,
|
||||
siteSettings.Owner.Address));
|
||||
siteSettings.Owner.EMail));
|
||||
msg.To.Add(new MailboxAddress("", email));
|
||||
msg.Body = new TextPart("plain")
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue