diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2018-03-04 22:46:36 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2018-03-04 22:46:36 +0000 |
commit | a3e1b0ff748a71a4f38318cf10d544ff066d74f5 (patch) | |
tree | 477c60d14888cd71c8f4d624c1facf6a6c818d9b /Postman/Postman-Mail/sendgrid/vendor/autoload.php | |
parent | bb0d1245239c19a8554794e7463635a1bd2eba76 (diff) | |
download | Post-SMTP-a3e1b0ff748a71a4f38318cf10d544ff066d74f5.zip |
add the sendgrid sdk 6
git-svn-id: https://plugins.svn.wordpress.org/post-smtp/trunk@1833309 b8457f37-d9ea-0310-8a92-e5e31aec5664
Diffstat (limited to 'Postman/Postman-Mail/sendgrid/vendor/autoload.php')
-rw-r--r-- | Postman/Postman-Mail/sendgrid/vendor/autoload.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Postman/Postman-Mail/sendgrid/vendor/autoload.php b/Postman/Postman-Mail/sendgrid/vendor/autoload.php new file mode 100644 index 0000000..cb30775 --- /dev/null +++ b/Postman/Postman-Mail/sendgrid/vendor/autoload.php @@ -0,0 +1,7 @@ +<?php + +// autoload.php @generated by Composer + +require_once __DIR__ . '/composer' . '/autoload_real.php'; + +return ComposerAutoloaderInit31a2dc55ed2dc338fb6b79b1af891c68::getLoader(); |