Skip to content

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
aled committed Jul 28, 2024
1 parent 7b8c80e commit f26648b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Fakemail.Core/Engine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,6 @@ static void Add(string[] source, MailAddressCollection dest)
message.Attachments.Add(new System.Net.Mail.Attachment(contentStream, attachment.Filename, attachment.ContentType));
}

smtpUser.SmtpUsername = "1utrb0";
smtpUser.SmtpPassword = "eBXoZO4GEwV";

var smtpClient = new SmtpClient(smtpServer.Host, smtpServer.Port)
{
EnableSsl = true,
Expand Down

0 comments on commit f26648b

Please sign in to comment.