You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2026. It is now read-only.
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);