Skip to content
This repository was archived by the owner on May 18, 2020. It is now read-only.

Commit 4981d05

Browse files
committed
UPdtaed readme
1 parent 81b3341 commit 4981d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

V2.0/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ List of API calls that you can make, you can click to read more about it. Please
128128

129129
####Recommendation:
130130

131-
If you face any error like "Curl error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:func(144):reason(134)\n", with our library then by adding the below line of code just before curl_exec() ( line no. 40 ) in mailin.php file, you may no longer face this issue.
131+
If you face any error like "Curl error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:func(144):reason(134)\n", with our library then by adding the below line of code just before curl_exec() ( line no. 46 ) in mailin.php file, you may no longer face this issue.
132132
```PHP
133133
curl_setopt($ch, CURLOPT_CAINFO, "PATH_TO/cacert.pem");
134134
```

0 commit comments

Comments
 (0)