Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Installation #12

@Keith998

Description

@Keith998

Is there anything more that needs to be done to install and run this?
I have followed your instructions, but the sample code is not working. No errors or anything just not emailing me, and my send grid credz are correct we use them in other apps.

`SendGrid sendgrid = new SendGrid('usename', 'pass');
SendGrid.email email = new SendGrid.Email();
email.addTo('myemail@email.com');
email.setFrom('me@bar.com');
email.setSubject(emailSubject + ' ' + candidate);
email.setText(plainBody);

     //String response = sendgrid.send(email);
     sendgrid.send(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