- Install this plugin to
$WordPress$/wp-content/plugins
directory - This plugin requires
nucssa-core
to perform properly - Admin users need to have capacility of
manage_pickups
to see the admin dashboard pages - Need to define the following constants in
wp-config.php
:
/**
* SendGrid Mailing Relay Configurations
*/
define('PICKUP_ADMIN_EMAIL', 'xxx');
define('SENDGRID_SMTP_HOST', 'xxx');
define('SENDGRID_SMTP_PORT', xxx);
define('SENDGRID_SMTP_USERNAME', 'xxx');
define('SENDGRID_API_KEY', 'xxx');
define('SENDGRID_SMTP_SECURE', 'TLS');