Forces ampersand as query separator for mailers
This commit is contained in:
@ -75,7 +75,7 @@ class SendGrid {
|
||||
'headers' => array(
|
||||
'Authorization' => $this->auth()
|
||||
),
|
||||
'body' => http_build_query($body)
|
||||
'body' => http_build_query($body, null, '&')
|
||||
);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user