daniel-zahariev / php-aws-ses

PHP classes that interfaces Amazon Simple Email Service
307 stars 100 forks source link

Replaced custom query builder by native php function http_build_query() #84

Open vborduja opened 3 years ago

vborduja commented 3 years ago

Replaced custom query builder by native php function http_build_query() which already supports required by AWS RFC3986

Removed methods:

Must fix the trouble described into the: https://github.com/daniel-zahariev/php-aws-ses/issues/83