Skip to content

Commit d8d7f06

Browse files
committed
Merge datalust#81 changes resulting from datalust#89
1 parent 1aebdbc commit d8d7f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Seq.App.EmailPlus/SmtpOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class SmtpOptions
1818
public EmailPriority DefaultPriority { get; set; }
1919
public TlsOptions SocketOptions { get; set; }
2020

21-
public SmtpOptions(string host, bool dnsDelivery, int port, TlsOptions socketOptions, string username = null, string password = null)
21+
public SmtpOptions(string host, bool dnsDelivery, int port, string priority, string defaultPriority, TlsOptions socketOptions, string username = null, string password = null)
2222
{
2323
Host = GetServerList(host).ToList();
2424
DnsDelivery = dnsDelivery;

0 commit comments

Comments
 (0)