sendgrid-objc
sendgrid-objc copied to clipboard
App Crashes.....
I downloaded the latest files on 10/15 and integrated in my iOS app. The app started crashing in sendWithWeb function. Can you please help me out?
SendGrid *msg = [SendGrid apiUser:@"xxxx" apiKey:@"xxxx"]; //set parameters SendGridEmail *email = [[SendGridEmail alloc] init]; email.subject = @"ZOOM: Password Recovery"; email.to = @"[email protected]"; email.from = @"[email protected]"; email.html = [NSString stringWithFormat:@"
Hi %@,We have received a request to reset your password.
Please use this temporary code to set your new password : %@.
If you did not make this request, please ignore this message.
Cheers,
Team ZOOM",strName, newPwd];
[msg sendWithWeb:email];
Hi @rjmehta ! Sorry for the long wait, can I still help? What is the error message you get when your app crashes?
Cheers!
@rjmehta can you let us know the error message.