Sean Canny
Results
1
issues of
Sean Canny
Hi, I've successfully sent an email from SendGrid with parameters passed from SF using the following core code: SendGrid sendgrid = new SendGrid('username', 'password'); SendGrid.email email = new SendGrid.Email(); email.addTo('[email protected]');...