-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
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 = @"r@r.com";
email.from = @"hello@zoom.com";
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];
Metadata
Metadata
Assignees
Labels
No labels