-
```
Hi guys,
Multiple Recipients is not working . AM just did the following different ways,
testMsg.toEmail = @"user1@gmail.com \n user2@gmail.com";
testMsg.t…
-
```
Hi guys,
Multiple Recipients is not working . AM just did the following different ways,
testMsg.toEmail = @"user1@gmail.com \n user2@gmail.com";
testMsg.t…
-
```
Hi guys,
Multiple Recipients is not working . AM just did the following different ways,
testMsg.toEmail = @"user1@gmail.com \n user2@gmail.com";
testMsg.t…
-
```
Hi guys,
Multiple Recipients is not working . AM just did the following different ways,
testMsg.toEmail = @"user1@gmail.com \n user2@gmail.com";
testMsg.t…
-
```
To add multiple recipient send replace the full case statement code on line
475 ( case kSKPSMTPWaitingFromReply: ) of SKPSMTPMessage.m to:
case kSKPSMTPWaitingFromReply:
…
-
```
To add multiple recipient send replace the full case statement code on line
475 ( case kSKPSMTPWaitingFromReply: ) of SKPSMTPMessage.m to:
case kSKPSMTPWaitingFromReply:
…
-
```
To add multiple recipient send replace the full case statement code on line
475 ( case kSKPSMTPWaitingFromReply: ) of SKPSMTPMessage.m to:
case kSKPSMTPWaitingFromReply:
…
-
```
To add multiple recipient send replace the full case statement code on line
475 ( case kSKPSMTPWaitingFromReply: ) of SKPSMTPMessage.m to:
case kSKPSMTPWaitingFromReply:
…
-
```
To add multiple recipient send replace the full case statement code on line
475 ( case kSKPSMTPWaitingFromReply: ) of SKPSMTPMessage.m to:
case kSKPSMTPWaitingFromReply:
…
-
Hi @HeyJoel ,
I want to input the BCC and CC email addresses in configuration file or manually in code but the IMailService interface doesn't implement it.
Task SendAsync(string toEmail, string …