Skip to content

Commit

Permalink
Merge datalust#81 changes resulting from datalust#89
Browse files Browse the repository at this point in the history
  • Loading branch information
MattMofDoom committed Oct 16, 2021
1 parent 1aebdbc commit d8d7f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Seq.App.EmailPlus/SmtpOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class SmtpOptions
public EmailPriority DefaultPriority { get; set; }
public TlsOptions SocketOptions { get; set; }

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)
{
Host = GetServerList(host).ToList();
DnsDelivery = dnsDelivery;
Expand Down

0 comments on commit d8d7f06

Please sign in to comment.