We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8638c commit dea3d65Copy full SHA for dea3d65
1 file changed
README.md
@@ -10,7 +10,7 @@ import com.sendgrid.*;
10
11
public class SendGridExample {
12
public static void main(String[] args) {
13
- SendGrid sendgrid = new SendGrid(System.getenv("SENDGRID_USERNAME"), System.getenv("SENDGRID_PASSWORD"));
+ SendGrid sendgrid = new SendGrid("SENDGRID USERNAME", "SENDGRID_PASSWORD");
14
15
SendGrid.Email email = new SendGrid.Email();
16
email.addTo("example@example.com");
0 commit comments