<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sullivannet</title>
    <description>The latest articles on DEV Community by Sullivannet (@sullivannet).</description>
    <link>https://dev.to/sullivannet</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2938440%2Fce888ed6-6b6e-48ed-8e18-2ffea04aab4d.png</url>
      <title>DEV Community: Sullivannet</title>
      <link>https://dev.to/sullivannet</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sullivannet"/>
    <language>en</language>
    <item>
      <title>Twitter Stuck Signing Up? No Email, Phone Field Broken?</title>
      <dc:creator>Sullivannet</dc:creator>
      <pubDate>Thu, 20 Mar 2025 05:32:13 +0000</pubDate>
      <link>https://dev.to/sullivannet/twitter-stuck-signing-up-no-email-phone-field-broken-13f5</link>
      <guid>https://dev.to/sullivannet/twitter-stuck-signing-up-no-email-phone-field-broken-13f5</guid>
      <description>&lt;p&gt;Let’s talk about something we’ve all dealt with: signing up for a new app or service and hitting a wall because the email never arrives or the phone number field just won’t cooperate. Frustrating, right? I recently ran into both issues and finally figured out workarounds. Sharing my experience in case it helps anyone else!&lt;/p&gt;

&lt;h3&gt;
  
  
  1. When the Email Black Hole Strikes
&lt;/h3&gt;

&lt;p&gt;You click “Sign Up,” wait for that confirmation email… and wait… and wait. Here’s what I did:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Spam folder deep dive: Even if you’re 100% sure it’s not there. Spoiler: Mine was hiding under “Promotions” once.&lt;/li&gt;
&lt;li&gt;Search smarter: Try terms like “confirm” or the app’s name. Sometimes senders use weird display names.&lt;/li&gt;
&lt;li&gt;Patience (ugh): Give it 15 minutes. Some services queue emails like it’s 1999.&lt;/li&gt;
&lt;li&gt;Resend button FTW: First attempts can fail silently.witching to a domain-based email after realizing my free email account kept flagging verification messages as spam. Having your own domain lets you control filtering rules and create aliases (e.g., &lt;a href="mailto:appname@mydomain.com"&gt;appname@mydomain.com&lt;/a&gt;), which oddly fixed my delivery issues.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. The Mysterious Case of the Broken Phone Field
&lt;/h3&gt;

&lt;p&gt;Why does this happen?! If the phone number field errors out:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Country code check: Some apps only accept numbers from specific regions (annoying, but true).&lt;/li&gt;
&lt;li&gt;Simplify formatting: Ditch spaces/symbols—just raw numbers: +xxxxxxxxx.&lt;/li&gt;
&lt;li&gt;Browser voodoo: Try incognito mode or a different device. Cache gremlins are real.&lt;/li&gt;
&lt;li&gt;Plan B: Borrow a friend’s number temporarily (with permission, obviously).&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. How I Avoid These Headaches Now
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Email setup matters: After my verification email saga, I moved critical sign-ups to a domain-based inbox. No more missed links, and aliases keep things tidy.&lt;/li&gt;
&lt;li&gt;Phone number prep: I keep a note with my number formatted exactly as “+COUNTRYCODEXXXXXXXX” to copy-paste.&lt;/li&gt;
&lt;li&gt;Double-check everything: Typos love to sneak in when you’re frustrated.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>twitter</category>
      <category>sql</category>
      <category>email</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Hey there! Tired of TikTok Not Sending Verification Codes?</title>
      <dc:creator>Sullivannet</dc:creator>
      <pubDate>Fri, 14 Mar 2025 01:46:07 +0000</pubDate>
      <link>https://dev.to/sullivannet/hey-there-tired-of-tiktok-not-sending-verification-codes-3fd</link>
      <guid>https://dev.to/sullivannet/hey-there-tired-of-tiktok-not-sending-verification-codes-3fd</guid>
      <description>&lt;p&gt;Ugh, I’ve been there—staring at my phone, refreshing TikTok, waiting for that verification code that never arrives. It’s like TikTok’s playing a cruel prank, right? But don’t worry, I’ve cracked the code (pun intended) on why this happens and how to fix it. Let’s dive in!&lt;/p&gt;

&lt;h3&gt;
  
  
  Why TikTok Verification Codes Go MIA
&lt;/h3&gt;

&lt;p&gt;First, let’s diagnose the problem. Verification codes can vanish into the digital void for a few reasons:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Network Gremlins: Yep, your internet connection might be the culprit. A weak Wi-Fi signal or spotty cellular data can block that code from reaching you.&lt;/li&gt;
&lt;li&gt;Phone Number Shenanigans: If your number is flagged as spam (maybe you’ve used it for too many accounts?), TikTok might automatically block codes.&lt;/li&gt;
&lt;li&gt;SMS Delays: Sometimes, carriers throttle messages, especially if they suspect bulk activity.&lt;/li&gt;
&lt;li&gt;TikTok’s Server Blues: Let’s be real—apps crash, servers lag. It’s not always your fault!&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Quick Fixes to Get That Code ASAP
&lt;/h3&gt;

&lt;p&gt;Okay, let’s troubleshoot like pros:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Check Your Connection&lt;/strong&gt;:&lt;br&gt;
Switch between Wi-Fi and mobile data.Restart your phone. Sounds basic, but it works!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Try a Different Number&lt;/strong&gt;:&lt;br&gt;
If you’ve used your current number for multiple accounts, TikTok might flag it. Borrow a friend’s number (temporarily!) to see if codes come through.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Wait… Then Try Again&lt;/strong&gt;:&lt;br&gt;
Sometimes, codes take a few minutes. If you’ve requested it 5 times in a row, TikTok might block you. Chill for 10 minutes, then retry.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Use Email Instead&lt;/strong&gt;:&lt;br&gt;
Pro Tip: TikTok lets you verify via email too! Create a dedicated email for TikTok (or any app) to avoid spam filters. I’ve been using custom domain emails (like &lt;a href="mailto:me@mydomain.com"&gt;me@mydomain.com&lt;/a&gt;) for years—they’re way less likely to get flagged. Bonus: You can create unlimited emails for free with tools like GetMX (shoutout to my tech-savvy friends who recommended it!).&lt;/p&gt;

&lt;h3&gt;
  
  
  Why Custom Emails Rock (and Spam Filters Hate Them)
&lt;/h3&gt;

&lt;p&gt;Let’s nerd out for a sec:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No More “Invalid Email” Errors: Custom emails (like &lt;a href="mailto:tiktok@yourname.com"&gt;tiktok@yourname.com&lt;/a&gt;) look professional and bypass spam filters better than generic Gmail/Yahoo addresses.&lt;/li&gt;
&lt;li&gt;Track Spam Like a Detective: If one email gets spammed, you can delete it and create a new one—no need to change your main address.&lt;/li&gt;
&lt;li&gt;Perfect for Multi-Account Users: Got a TikTok for your cat and another for your skateboard tricks? Create separate emails for each!
I’ve been using GetMX to manage my domains, and it’s been smooth sailing. Their setup is super user-friendly, even if you’re not a tech wizard. Plus, it’s free for basic use!&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  When All Else Fails…
&lt;/h3&gt;

&lt;p&gt;If none of these work, reach out to TikTok’s support. But let’s be honest—their response time is slower than a sloth on a lazy Sunday. Try tweeting at them with #TikTokHelp; sometimes public shaming gets faster results!&lt;/p&gt;

</description>
      <category>tiktok</category>
      <category>code</category>
      <category>email</category>
      <category>mailbox</category>
    </item>
  </channel>
</rss>
