Home › Forums › Newsletter Plugin Support › Use cURL instead of file_get_contents (sendgrid extension)
On my host I have disabled allow_url_fopen for security reasons (best practice) so I can’t use file_get_contents() and I shouldn’t. Have you considered using cURL instead of file_get_contents() ?
Here are some examples: https://www.balasai.com/esupportv4/index.php?/Knowledgebase/Article/View/137/0/curl-function-instead-of-allow_url_fopen http://stackoverflow.com/questions/3979802/alternative-to-file-get-contents
You’re right, I added it in the new mods list.
Thank you.