Webador / SlmMail

Send mail from Laminas or Mezzio using external mail services.
Other
106 stars 49 forks source link

Only send parameters via POST, not both #49

Closed juriansluiman closed 11 years ago

juriansluiman commented 11 years ago

An addition has been made to send parameters via POST, but they were set via GET as well. Remove the GET parameter since most people succeed with POSTing to the SendGrid server. Otherwise, the double parameters only cost an additional load.

bakura10 commented 11 years ago

@meir-galilsoftware, can you confirm your use case still works after this fix?