Skip to content

Commit a6117cc

Browse files
Updated Recipient 2 name
Co-Authored-By: BillVolz <bill@socketlabs.com>
1 parent 1347ba5 commit a6117cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example Projects/dotNetCoreExample/Examples/Basic/BasicComplexExample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public SendResponse RunExample()
1313
var message = new BasicMessage();
1414

1515
message.To.Add("recipient1@example.com");
16-
message.To.Add("recipient2@example.com", "Recipient #1");
16+
message.To.Add("recipient2@example.com", "Recipient #2");
1717

1818
message.Subject = "Sending Basic Complex Example";
1919
message.HtmlBody = "<body><p><strong>Lorem Ipsum</strong></p><br /><img src=\"cid:Bus\" /></body>";

0 commit comments

Comments
 (0)