mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-17 11:51:43 +00:00
Fix space inconsistency
This commit is contained in:
parent
da58fcbfce
commit
849c3fd9c9
@ -44,7 +44,7 @@ sendgrid_send() {
|
||||
export _H2="Content-Type: application/json"
|
||||
|
||||
_content="$(echo "$_content" | _json_encode)"
|
||||
|
||||
|
||||
if [ -z "$SENDGRID_FROM_NAME" ]; then
|
||||
_data="{\"personalizations\": [{\"to\": [{\"email\": \"$SENDGRID_TO\"}]}],\"from\": {\"email\": \"$SENDGRID_FROM\"},\"subject\": \"$_subject\",\"content\": [{\"type\": \"text/plain\", \"value\": \"$_content\"}]}"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user