Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Dec 22, 2024
1 parent a4a45c8 commit d54cf3c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ source "${SCRIPT_DIR}/.env"
USER="${SENDER_EMAIL}:${SENDER_PASSWORD}"
UPLOAD_FILE="${SCRIPT_DIR}/invalid_email_with_non_utf8.txt"

# curlコマンドを実行
curl -vvv --ssl-reqd \
--url 'smtp://smtp.gmail.com:587' \
--user "$USER" \
Expand Down

0 comments on commit d54cf3c

Please sign in to comment.