Skip to content

Commit

Permalink
Merge pull request #18 from graetzer/master
Browse files Browse the repository at this point in the history
Add UTF-8 charset info
  • Loading branch information
jetseven committed Sep 8, 2014
2 parents 8143e16 + 775ed70 commit 02966e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demo/Classes/SMTPSenderAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ - (IBAction)sendMessage:(id)sender {
// testMsg.validateSSLChain = NO;
testMsg.delegate = self;

NSDictionary *plainPart = [NSDictionary dictionaryWithObjectsAndKeys:@"text/plain",kSKPSMTPPartContentTypeKey,
NSDictionary *plainPart = [NSDictionary dictionaryWithObjectsAndKeys:@"text/plain; charset=UTF-8",kSKPSMTPPartContentTypeKey,
@"This is a tést messåge.",kSKPSMTPPartMessageKey,@"8bit",kSKPSMTPPartContentTransferEncodingKey,nil];

NSString *vcfPath = [[NSBundle mainBundle] pathForResource:@"test" ofType:@"vcf"];
Expand Down

0 comments on commit 02966e8

Please sign in to comment.