We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aebdbc commit d8d7f06Copy full SHA for d8d7f06
src/Seq.App.EmailPlus/SmtpOptions.cs
@@ -18,7 +18,7 @@ public class SmtpOptions
18
public EmailPriority DefaultPriority { get; set; }
19
public TlsOptions SocketOptions { get; set; }
20
21
- public SmtpOptions(string host, bool dnsDelivery, int port, TlsOptions socketOptions, string username = null, string password = null)
+ public SmtpOptions(string host, bool dnsDelivery, int port, string priority, string defaultPriority, TlsOptions socketOptions, string username = null, string password = null)
22
{
23
Host = GetServerList(host).ToList();
24
DnsDelivery = dnsDelivery;
0 commit comments