Skip to content

feat: use regional url for send_sms and send_email#451

Merged
0x0elliot merged 4 commits into
masterfrom
fix/send-sms-email-regional-url
Jul 14, 2026
Merged

feat: use regional url for send_sms and send_email#451
0x0elliot merged 4 commits into
masterfrom
fix/send-sms-email-regional-url

Conversation

@0x0elliot

Copy link
Copy Markdown
Member

No description provided.

data = {"numbers": targets, "body": body}

url = "https://shuffler.io/api/v1/functions/sendsms"
base = self.url if "shuffler.io" in self.url or "run.app" in self.url else "https://shuffler.io"

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is for functionality more than security. i am not taking a defensive stance atm.

pass

url = "https://shuffler.io/functions/sendmail"
base = self.url if "shuffler.io" in self.url or "run.app" in self.url else "https://shuffler.io"
Comment thread shuffle-tools/1.2.0/src/app.py Fixed
Comment thread shuffle-tools/1.2.0/src/app.py Fixed
@0x0elliot 0x0elliot merged commit 2829506 into master Jul 14, 2026
5 of 53 checks passed
@0x0elliot 0x0elliot deleted the fix/send-sms-email-regional-url branch July 14, 2026 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants