Skip to content

Commit 9c3fcfa

Browse files
authored
Merge pull request #2 from fun2C0d3/patch-1
Bugfix html custom setter
2 parents d79b99e + 0c7d64d commit 9c3fcfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SMTP.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public struct EMail {
230230
/// an alternative name of content
231231
public var html: String {
232232
get { return content }
233-
set { content = html }
233+
set { content = newValue }
234234
}//end html
235235

236236
/// constructor

0 commit comments

Comments
 (0)