I had the Same Problem, I was able to find a solution after reading the plugin’s documentation….
You have to go into the wp-config.php and manually set the API key there
Paste this at the very bottom of your wp-config.php file
define(‘SENDGRID_API_KEY’, ‘PUT-YOUR-API-KEY-HERE’);
-
This reply was modified 8 years ago by
tommy1691.
Thansk Tommy, I was having the same problem…
Actually, entering that broke my site…. hopefully support replies sooner rather than later 🙂
What kind of error did you get? I Was able to get it working.
Double Check your syntax! make sure your are not missing any apostrophes or whatever this things are ” and the ; lol.
heres the documentation
-Manually Configuring Your Credentials In wp-config.php (Advanced)
API Key: define(‘SENDGRID_API_KEY’, ‘sendgrid_api_key’);
-You can use an API key to authenticate when integrating with the SendGrid WordPress Subscription Widget
https://sendgrid.com/docs/Integrate/Tutorials/WordPress/subscription_widget.html#-Credentials-Settings-for-the-SendGrid-WordPress-Subscription-Widget
Let me know if this help though!
Why don’t the jerks at SendGrid just fix the bugs? I found an easier solution. Disable Javascript in Chrome, paste in your API key, save the settings, re-enable Javascript.
-
This reply was modified 7 years, 10 months ago by
sgehrman.
-
This reply was modified 7 years, 10 months ago by
sgehrman.