I am extending my wrapper class with this sendgrid . I have setup all configuration dyamically and works proper but i am facing above error .
to resolve it , i have to manually set $options['turn_off_ssl_verification'] = "True" to \vendor\sendgrid\lib\SendGrid.php's Constructor.
How to configure this parameter dynamically from configuration or by any other way ??
I am extending my wrapper class with this sendgrid . I have setup all configuration dyamically and works proper but i am facing above error . to resolve it , i have to manually set $options['turn_off_ssl_verification'] = "True" to \vendor\sendgrid\lib\SendGrid.php's Constructor. How to configure this parameter dynamically from configuration or by any other way ??