Skip to content

App Crashes..... #6

@rjmehta

Description

@rjmehta

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions