פיד אירועים

הישאר מעודכן עם חדשות Forward Email, X פוסטים, שחרורים, תקלות סטטוס ומאמרים למפתחים.

X Posts
Jun 30, 2026 1:52 AM
@fwdemail: @Azure @satyanadella @scottgu @kevin_scott @shanselman @AzureSupport @msdev Another one, signing ...

@Azure @satyanadella @scottgu @kevin_scott @shanselman @AzureSupport @msdev Another one, signing up at https://t.co/SO9D2xkuL4 doesn't work either. @satyanadella @scottgu @kevin_scott @shanselman @Azure @AzureSupport @msdev https://t.co/GDFcu9s5HZ

פרסם תמונה
101
X Posts
Jun 30, 2026 1:00 AM
@fwdemail: @Azure This is absurd - no error message, no details...

@Azure This is absurd - no error message, no details... @satyanadella @scottgu @kevin_scott @shanselman @Azure @AzureSupport @msdev https://t.co/f5ytBYfUxx

פרסם תמונה
101
X Posts
Jun 30, 2026 12:25 AM
@fwdemail: We tried to set up @Azure Artifact Signing to code-sign our open-source desktop app.

We tried to set up @Azure Artifact Signing to code-sign our open-source desktop app. Identity validation silently fails. No error message. No email. Clicking the validation ID for details? 404 - page not found. Support confirmed: "broken 404 links are a known issue." The fix? https://t.co/ZTqXZCJvxV

פרסם תמונה
001
GitHub Releasesv2.9.1
Jun 27, 2026 9:14 PM
v2.9.1

- fix: improve search accuracy, exclude landing pages, add delete account FAQ, restore logoutBeforeReset 8fa553663 - fix: GET querystring fallback, Buffer flags crash, admin controller and auth f...

GitHub Releasesv2.9.0
Jun 23, 2026 9:58 PM
v2.9.0

- fix: admin dashboard stats, duplicate paypal payments, password reset, DMARC bypass, websocket error leak, and storage quota propagation 761ce9d27 - fix: launchpad ipv4, per-alias wkd opt-out, ...

X Posts
Jun 19, 2026 2:49 PM
@fwdemail: Just shipped wildcard subdomain forwarding.

Just shipped wildcard subdomain forwarding. Configure once at your root domain → automatically covers every subdomain. No more adding separate DNS records for each sub. Use %SUBDOMAIN% and %HOST% tokens in your forwarding rules for dynamic routing. So https://t.co/JQKi5B8zc7, https://t.co/qt2R3CuLW0

פרסם תמונה
801
GitHub Releasesv2.8.32
Jun 19, 2026 2:01 PM
v2.8.32

- chore: sync locales c83beeaa4 - feat(forwarding): wildcard subdomain forwarding via root fallback + %SUBDOMAIN%/%HOST% de929628f --- https://github.com/forwardemail/forwardemail.net/comp...

GitHub Releasesv2.8.31
Jun 19, 2026 1:49 AM
v2.8.31

- fix(security): harden email change, session invalidation, OAuth takeover protection, and verify rate limit 9714862b0 - fix(my-account): raise rate limits on the logs view/export endpoints 2fc2...

GitHub Releasesv2.8.30
Jun 16, 2026 2:23 PM
v2.8.30

- feat(sqlite): add dedicated sqlite-legacy worker on legacy SQLITE_PORT for rolling deploys 2b8e6fb94 --- https://github.com/forwardemail/forwardemail.net/compare/v2.8.29...v2.8.30

GitHub Releasesv2.8.29
Jun 16, 2026 1:40 PM
v2.8.29

- fix(admin): restore GET search/pagination after FWD-01-010 POST-only mongodb_query change 09cec396f - fix(sqlite): derive worker ports from SQLITE_PORT_RANGE + add connection logging 592536e55...

GitHub Releasesv2.8.28
Jun 16, 2026 12:26 AM
v2.8.28

- fix(ansible): prevent rsync mid-checkpoint corruption of SQLite databases a6d29af3a --- https://github.com/forwardemail/forwardemail.net/compare/v2.8.27...v2.8.28

X Posts
Jun 15, 2026 11:19 PM
@fwdemail: We just completely re-architected our SQLite and WebSocket infrastructure (deploying later today).

We just completely re-architected our SQLite and WebSocket infrastructure (deploying later today). Using a new FNV-1a hash routing algorithm, every account now maps to dedicated worker processes. Instead of one giant process juggling thousands of connections, your database stays

300
GitHub Releasesv2.8.27
Jun 15, 2026 10:48 PM
v2.8.27

- feat(sqlite): worker affinity with 10 fork-mode processes + security hardening d4e710b62 - fix: resolve Stripe payment sync failures for async payments (UPI) 2166fdd80 - fix: uncomment isLegi...

X Posts
Jun 15, 2026 9:46 PM
@fwdemail: Last week we responsibly disclosed 7 vulnerabilities our team found in another open source email ...

Last week we responsibly disclosed 7 vulnerabilities our team found in another open source email project. Hoping to see more open source email services and alternatives emerge. The space needs healthy competition and innovation (and not a graveyard: https://t.co/f3FiMSVoB7)

1113
GitHub Releasesv2.8.26
Jun 10, 2026 2:07 AM
v2.8.26

- fix(ansible,apn): sqlite-mirror monitor false alarm + APNs 429 rate limit handling a138ba0d3 --- https://github.com/forwardemail/forwardemail.net/compare/v2.8.25...v2.8.26

GitHub Releasesv2.8.25
Jun 9, 2026 8:31 PM
v2.8.25

- fix: skip SSRF private-IP guard in test environment 81e88db16 - fix(ansible): replace lsyncd with cron rsync for SQLite storage mirroring 2541898eb - fix: fixed sender allowlist check for isL...

GitHub Releasesv2.8.24
Jun 8, 2026 9:55 PM
v2.8.24

- fix(caldav): iOS/macOS CalDAV compliance — tombstone filtering, VTODO time-range, href normalization 79423d40a --- https://github.com/forwardemail/forwardemail.net/compare/v2.8.23...v2.8.24

GitHub Releasesv2.8.23
Jun 8, 2026 1:18 AM
v2.8.23

- fix(caldav): iOS/macOS location-based reminders and dateless VTODO compliance 0a81a5e76 - fix: db max size 4k -> 3k 5ca8667d3 - fix(ansible): optimize lsyncd for high-churn SQLite workload...

GitHub Releasesv2.8.22
Jun 5, 2026 11:55 PM
v2.8.22

- test(imap): relax INITIAL_DB_SIZE assertions for cached DB connections 8f9dd220b - fix(sqlite,ansible): restore DatabaseLRUMap, remove concurrency guard, add IPv6 before6.rules b89856f3e - ch...

X Posts
Jun 1, 2026 2:57 PM
@fwdemail: @cure53berlin Direct link: https://t.co/A8wzsRd8ZD

@cure53berlin Direct link: https://t.co/A8wzsRd8ZD

000
X Posts
Jun 1, 2026 2:54 PM
@fwdemail: @cure53berlin https://t.co/15E8q9mxkl

@cure53berlin https://t.co/15E8q9mxkl

פרסם תמונה
000
X Posts
Jun 1, 2026 2:54 PM
@fwdemail: 🤯 Our @cure53berlin security audit is live 🔗📰👇

🤯 Our @cure53berlin security audit is live 🔗📰👇 Big thank you to Dr. Mario Heiderich and team 🙏 Looking forward to working with them again. Now we're the only 100% open-source email service and the only that's been 3rd party audited. Read the audit: 👉

813
X Posts
May 12, 2026 11:36 PM
@fwdemail: 📬 Forward Email by the numbers:

📬 Forward Email by the numbers: 320K+ lines of JavaScript 35 Ansible playbooks, 974 infra tasks 2,024 automated tests 71 RESTful API endpoints 283 RFC specs compliant Protocols: SMTP, IMAP, POP3, CalDAV, CardDAV, DKIM, SPF, DMARC, MTA-STS, DANE, ARC, SRS, TLS-RPT, BIMI, WKD,

700
X Posts
May 12, 2026 7:39 AM
@fwdemail: Calendar & Contacts now have push support on iOS native apps 🎉

Calendar & Contacts now have push support on iOS native apps 🎉 Mail push has been working — now all three sync instantly. iOS won't display "Push" for Contacts (known iOS bug) but it works. Mail & Calendar show Push correctly. To enable: remove your account in Settings → VPN

200
Status Incidents
May 11, 2026 10:14 PM
✓ 🛑 forwardemail.net:443 (SSL) is down

In [`24b6947`](https://github.com/forwardemail/status.forwardemail.net/commit/24b6947c8e3fa3a6011bc5999320235b4296507a ), forwardemail.net:443 (SSL) (forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved23 דקות
forwardemail-net-443-ssl
X Posts
May 11, 2026 7:12 PM
@fwdemail: Just finished a 3rd party audit from the best of the best (publishing soon).

Just finished a 3rd party audit from the best of the best (publishing soon). Still the only 100% open-source email provider and email infrastructure platform. Still the only one with perfect 100% scores on both https://t.co/yzmZeRPhuA site and mail tests. No plans to go

600
Developer Articles
May 7, 2026 11:28 PM
A Decade of Impact: How Our npm Packages Hit 1 Billion Downloads and Shaped JavaScript

בעולם JavaScript ו-Node.js, חלק מהחבילות הכרחיות - מורדות מיליוני פעמים מדי יום ומניעות אפליקציות ברחבי העולם. מאחורי הכלים הללו עומדים מפתחים המתמקדים באיכות קוד פתוח. היום, אנו מראים כיצד הצוות שלנו עוזר לבנות ולתחזק חבילות npm שהפכו לחלקי מפתח באקוסיסטם של JavaScript.

Developer Articles
May 7, 2026 11:28 PM
Building a Privacy-First AI Support Agent with LanceDB & Ollama

למד כיצד בנינו סוכן תמיכה ללקוחות מבוסס AI שמתארח בעצמנו באמצעות LanceDB, Ollama ו-Node.js. תואם GDPR, עם דגש על פרטיות ומלא בשליטתנו.

Developer Articles
May 7, 2026 11:28 PM
Case Study: Gov/Federal Section 889 Email Compliance

המחויבות שלנו לתאימות לתקנות דוא"ל ממשלתיות יושמה לאחרונה הלכה למעשה כאשר האקדמיה הימית של ארה"ב פנתה ל-Forward Email. הם דרשו שירותי העברת דוא"ל מאובטחים ונזקקו לתיעוד המאשר את עמידתנו בתקנות הפדרליות, כולל תאימות לסעיף 889.

Developer Articles
May 7, 2026 11:28 PM
Case Study: How Ubuntu Powers Email Management with Forward Email's Open-Source Enterprise Solution

גלה כיצד Canonical ייעלה את ניהול הדוא"ל בדומיינים של אובונטו, קובונטו, לובונטו ו-Edubuntu באמצעות הפתרון הארגוני הפתוח והעמיד קוונטי של Forward Email עם שילוב SSO חלק.

Developer Articles
May 7, 2026 11:28 PM
Case Study: How the Linux Foundation Optimizes Email Management Across 250+ Domains with Forward Email

קרן לינוקס מנהלת למעלה מ-900 פרויקטים בקוד פתוח ב-250+ דומיינים, כולל linux.com ו-jQuery.com. מקרה מבחן זה בוחן כיצד הם שיתפו פעולה עם Forward Email.

Developer Articles
May 7, 2026 11:28 PM
Complete Email API with IMAP, CardDAV & CalDAV REST Endpoints

ממשק REST API ראשון ושלם לניהול דוא"ל. 20 נקודות קצה לאנשי קשר, יומנים, הודעות ותיקיות. ללא מורכבות IMAP, אימות פשוט.

Developer Articles
May 7, 2026 11:28 PM
Email Protocols & RFC Compliance: IMAP, SMTP, POP3 Comparison

מדריך מלא לפרוטוקולי דואר אלקטרוני ועמידה ב-RFC. השווה בין IMAP, SMTP, POP3, DKIM, SPF, DMARC, ARC. למד על אבטחת דואר אלקטרוני, CalDAV, הצפנה ותמיכה בפרוטוקולים בין ספקים.

Developer Articles
May 7, 2026 11:28 PM
How to Optimize Node.js Production Infrastructure: Best Practices

שיטות עבודה מומלצות לפריסת Node.js בייצור מהתשתית שלנו, שנבדקה ונוסתה, ומטפלת במיליוני בקשות מדי יום.

Developer Articles
May 7, 2026 11:28 PM
Introducing Crypto Payments: Enhanced Privacy for Your Email Service

כעת אנו מקבלים תשלומים במטבעות קריפטוגרפיים באמצעות שילוב תשלומי קריפטו של Stripe.

Developer Articles
May 7, 2026 11:28 PM
PayPal's 11-Year API Disaster: Missing Features & Broken Promises

כיצד פייפאל התעלמה מ-11 שנים של משוב ממפתחים, החמיצה ממשקי API בסיסיים למנויים, תחלופת מנהלים וכפתה פתרונות עוקפים. ציר הזמן המלא.

Developer Articles
May 7, 2026 11:28 PM
Quantum Resistant Email Service

Encrypted quantum-resistant mailboxes to protect your privacy. Secure email for business and custom domains with post-quantum cryptography and 100% open-source software. Future-proof your communications against quantum computing threats with NIST-approved encryption algorithms.

Developer Articles
May 7, 2026 11:28 PM
SQLite Performance Optimization: Production PRAGMA Settings

מדריך אופטימיזציה מלא ל-SQLite עם נתוני מדידה אמיתיים. למד את הגדרות ה-PRAGMA של Forward Email בייצור, הצפנת ChaCha20, כוונון מצב WAL, וביצועי Node.js בין גרסאות.

Developer Articles
May 7, 2026 11:28 PM
The Email Startup Graveyard: Why Most Email Companies Fail

ניתוח מקיף של כישלונות בהקמת דוא"ל. מדוע רוב חברות הדוא"ל נכשלות, שורפות מיליונים במימון הון סיכון ונסגרות. למד מה באמת עובד.

Developer Articles
May 7, 2026 11:28 PM
The Trifecta Approach: How Forward Email Built a Bulletproof Payment System with Stripe and PayPal

למד כיצד צוות הפיתוח שלנו שילב גם את Stripe וגם את PayPal תוך שימוש בגישת trifecta שמבטיחה דיוק של 1:1 בזמן אמת בכל המערכת שלנו.

Status Incidents
Apr 24, 2026 8:20 PM
✓ 🛑 smtp.forwardemail.net:2587 (IPv6) is down

In [`0056f1d`](https://github.com/forwardemail/status.forwardemail.net/commit/0056f1d58f85d14c0a3830b9a5e0c79669f9ec8b ), smtp.forwardemail.net:2587 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved19 דקות
smtp-forwardemail-net-2587-i-pv6
X Posts
Apr 4, 2026 1:15 PM
@fwdemail: Why Forward Email is one of a kind 👇

Why Forward Email is one of a kind 👇 https://t.co/Bb6WalxlMO https://t.co/Iz9uE3unhO

500
X Posts
Apr 2, 2026 10:50 AM
@fwdemail: Huge thanks to our community and everyone reporting bugs or low-hanging feature requests - you ma...

Huge thanks to our community and everyone reporting bugs or low-hanging feature requests - you make us better! 🙏 We're not going anywhere. 🇪🇺 EU datacenter later this year after our 3rd party audit in May. Plus new features like newsletter campaigns, desktop + mobile apps,

1111
X Posts
Apr 1, 2026 10:23 PM
@fwdemail: AWS is shutting down WorkMail by March 2027 — we just published a complete migration guide for an...

AWS is shutting down WorkMail by March 2027 — we just published a complete migration guide for anyone who needs to move off: https://t.co/1SluCRqWH3 Covers mailbox export, DNS setup, client config, and org-wide batch migration. @tweirjones @jeffbarr @tomsly (can you include

200
Developer Articles
Apr 1, 2026 10:18 PM
Amazon WorkMail Migration Guide: Step-by-Step Switch to Forward Email Before the 2027 Shutdown

מדריך שלם שלב אחר שלב להגירה מ-Amazon WorkMail ל-Forward Email לפני סגירת מרץ 2027. ייצוא מיילים, הגדרת DNS והגדרת IMAP.

X Posts
Apr 1, 2026 7:27 PM
@fwdemail: AWS WorkMail is shutting down per https://t.co/Sp2ltMXDsh 😲

AWS WorkMail is shutting down per https://t.co/Sp2ltMXDsh 😲 We're here for you. Forward Email is a reliable, self-hostable alternative that isn't going anywhere. Make the switch! https://t.co/JdrG9aoMDI

300
X Posts
Mar 24, 2026 12:46 AM
@fwdemail: You can now demo our webmail (built with Tauri for mobile/desktop)!

You can now demo our webmail (built with Tauri for mobile/desktop)! https://t.co/QS8fpvmmG5 ➡️ Click 'TRY DEMO' to explore the interface with sample data. No account required. 📧✨ https://t.co/0cyhUa40wb

פרסם תמונה
902
X Posts
Mar 13, 2026 6:30 PM
@fwdemail: We just crossed 1.62M custom domains at Forward Email. That's 45% more than Proton Mail and 36x m...

We just crossed 1.62M custom domains at Forward Email. That's 45% more than Proton Mail and 36x more than Tuta Mail. We're also still the only privacy email provider that is 100% open source. Even our infrastructure hardening and LUKS encryption scripts are public. Instead of https://t.co/QQYe7YofU1

פרסם תמונה
4237
X Posts
Mar 5, 2026 8:05 PM
@fwdemail: https://t.co/nmiVYxoCOV

https://t.co/nmiVYxoCOV

פרסם תמונה
402
X Posts
Mar 5, 2026 7:07 PM
@fwdemail: Introducing Audit Status — automated third-party auditing for code integrity verification and tra...

Introducing Audit Status — automated third-party auditing for code integrity verification and transparency. Open source, TPM 2.0 backed, tamper-proof. https://t.co/gcfK4lwQwq https://t.co/ZRyFjkaIfY

פרסם תמונה
501
X Posts
Mar 5, 2026 6:04 PM
@fwdemail: Introducing the Forward Email MCP Server! 📦

Introducing the Forward Email MCP Server! 📦 Manage your email, calendars, contacts & more directly from @AnthropicAI @claudeai @OpenAI @ChatGPTapp @ollama @openclaw & any MCP client. Try it now👇 👉 https://t.co/sGmmaF8ZmY 👈 https://t.co/3hCdSZeOkT

פרסם תמונה
502
Developer Articles
Mar 5, 2026 7:17 AM
Forward Email MCP Server - Connect AI to Your Email API

Open-source MCP server for Forward Email. 68 tools covering email, domains, aliases, contacts, calendars, and Sieve scripts. Works with Claude, ChatGPT, Cursor, and Windsurf.

X Posts
Mar 5, 2026 3:05 AM
@fwdemail: Whitepaper now auto-builds via GitHub releases

Whitepaper now auto-builds via GitHub releases https://t.co/6YPucIn8Ha

200
X Posts
Mar 4, 2026 5:19 PM
@fwdemail: @github @mojombo https://t.co/8ikSDVVctb

@github @mojombo https://t.co/8ikSDVVctb

פרסם תמונה
100
X Posts
Mar 4, 2026 5:18 PM
@fwdemail: Thx @github for this epic bounty hunter Octocat hat & pin! 🧢 🔥 We ❤️ GitHub @fwdemail cc @...

Thx @github for this epic bounty hunter Octocat hat & pin! 🧢 🔥 We ❤️ GitHub @fwdemail cc @mojombo https://t.co/jJTXKfVW5Q

פרסם תמונה
401
X Posts
Mar 4, 2026 12:08 PM
@fwdemail: 📃 Announcing Attestium - the only open-source, TPM-backed runtime verification for @nodejs (WIP)

📃 Announcing Attestium - the only open-source, TPM-backed runtime verification for @nodejs (WIP) If you run open-source infra, this is for you @supabase @calcom @documenso @bitwarden @infisical @PlausibleHQ @PostHog @planepowers @cooperx86 @JosephJacks_ https://t.co/RUIEvZFnJh https://t.co/PUgMHbQdn6

פרסם תמונה
400
Status Incidents
Feb 21, 2026 6:22 AM
✓ 🛑 mongo.forwardemail.net is down

In [`4f96ac1`](https://github.com/forwardemail/status.forwardemail.net/commit/4f96ac15a4502935a50a51402ac8fc9d889e039f ), mongo.forwardemail.net (mongo.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved17 דקות
mongo-forwardemail-net
Developer Articles
Jan 21, 2026 11:42 PM
Email Regex JavaScript and Node.js

תבנית התאמה רגולרית של כתובת דוא"ל עבור JavaScript ו-Node.js. עובדת ב-Node v14+ ובדפדפנים.

Developer Articles
Jan 21, 2026 11:42 PM
Send React Emails

Send emails from React and Node.js web apps using HTML, CSS, and JSX templates. Production-ready SMTP integration guide with code examples and best practices.

Developer Articles
Jan 21, 2026 11:42 PM
URL Regex JavaScript and Node.js

תבנית התאמה של ביטוי רגולרי של כתובת URL עבור JavaScript ו-Node.js. פותר את CVE-2020-7661 ופועל ב-Node v10.12.0+ ובדפדפנים.

Status Incidents
Jan 11, 2026 12:11 PM
✓ 🛑 smtp.forwardemail.net:25 (IPv6) is down

In [`fb531d6`](https://github.com/forwardemail/status.forwardemail.net/commit/fb531d6ccfb86a7534367ec04cf1eb644e4cd78e ), smtp.forwardemail.net:25 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved15 דקות
smtp-forwardemail-net-25-i-pv6
Status Incidents
Dec 26, 2025 12:00 PM
✓ 🛑 smtp.forwardemail.net:25 (IPv6) is down

In [`8e36c4d`](https://github.com/forwardemail/status.forwardemail.net/commit/8e36c4d3765a7520ec5e10abfa86f6c63c4b3de5 ), smtp.forwardemail.net:25 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved15 דקות
smtp-forwardemail-net-25-i-pv6
Status Incidents
Dec 26, 2025 12:00 PM
✓ 🛑 smtp.forwardemail.net:2587 (IPv4) is down

In [`b09b901`](https://github.com/forwardemail/status.forwardemail.net/commit/b09b901805cf119756b137928331c6a32c77f701 ), smtp.forwardemail.net:2587 (IPv4) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved15 דקות
smtp-forwardemail-net-2587-i-pv4
Status Incidents
Dec 2, 2025 8:35 PM
✓ 🛑 https://forwardemail.net (curl) is down

In [`65f9ae3`](https://github.com/forwardemail/status.forwardemail.net/commit/65f9ae38c2f0ee9d237582b98cf8abc1499c9857 ), https://forwardemail.net (curl) (https://forwardemail.net) was **down**: - HTTP code: 408 - Response time: 1806 ms

Resolved18 דקות
https-forwardemail-net-curl
Status Incidents
Dec 2, 2025 5:15 AM
✓ 🛑 redis.forwardemail.net is down

In [`29a1355`](https://github.com/forwardemail/status.forwardemail.net/commit/29a1355c020d04b2bccdfb11f1008a9e4ec81a46 ), redis.forwardemail.net (redis.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved58 דקות
redis-forwardemail-net
Status Incidents
Dec 2, 2025 5:10 AM
✓ 🛑 https://forwardemail.net (curl) is down

In [`cd1e1e0`](https://github.com/forwardemail/status.forwardemail.net/commit/cd1e1e063ae0ff854b32fad7becc7068280cea1a ), https://forwardemail.net (curl) (https://forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved1 שעות 2 דקות
https-forwardemail-net-curl
Status Incidents
Nov 28, 2025 5:06 AM
✓ 🛑 https://api.forwardemail.net (curl) is down

In [`8783a62`](https://github.com/forwardemail/status.forwardemail.net/commit/8783a62ba5d9fa049d63f645dc1082dcd2f92f03 ), https://api.forwardemail.net (curl) (https://api.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved21 דקות
https-api-forwardemail-net-curl
Status Incidents
Nov 28, 2025 5:04 AM
✓ 🛑 https://forwardemail.net (curl) is down

In [`68a9943`](https://github.com/forwardemail/status.forwardemail.net/commit/68a99434386a39f224b14ed84865a4b8a2869689 ), https://forwardemail.net (curl) (https://forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved22 דקות
https-forwardemail-net-curl
Status Incidents
Nov 25, 2025 6:23 AM
✓ 🛑 https://api.forwardemail.net (curl) is down

In [`937ff31`](https://github.com/forwardemail/status.forwardemail.net/commit/937ff31830af7a1233bd95cb62272a9c803679cf ), https://api.forwardemail.net (curl) (https://api.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved27 דקות
https-api-forwardemail-net-curl
Status Incidents
Nov 25, 2025 6:21 AM
✓ 🛑 https://forwardemail.net (curl) is down

In [`320e891`](https://github.com/forwardemail/status.forwardemail.net/commit/320e89199a1b8b8fae625360681ebed7c51a7805 ), https://forwardemail.net (curl) (https://forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved29 דקות
https-forwardemail-net-curl
Status Incidents
Nov 20, 2025 3:09 PM
✓ 🛑 smtp.forwardemail.net:2525 (IPv6) is down

In [`cf7b483`](https://github.com/forwardemail/status.forwardemail.net/commit/cf7b483bcee39454c3a7c2792a68da3cf9343ebe ), smtp.forwardemail.net:2525 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved24 דקות
smtp-forwardemail-net-2525-i-pv6
Status Incidents
Nov 14, 2025 6:42 PM
✓ 🛑 https://forwardemail.net (curl) is down

In [`0097ca0`](https://github.com/forwardemail/status.forwardemail.net/commit/0097ca0bca54914bdb27c3aaeed9f34f145971c8 ), https://forwardemail.net (curl) (https://forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved25 דקות
https-forwardemail-net-curl
Status Incidents
Oct 29, 2025 3:21 PM
✓ 🛑 smtp.forwardemail.net:587 (IPv6) is down

In [`e1aafb3`](https://github.com/forwardemail/status.forwardemail.net/commit/e1aafb376592d3674bd2dba213da93cf3540ddc0 ), smtp.forwardemail.net:587 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved30 דקות
smtp-forwardemail-net-587-i-pv6
Status Incidents
Oct 29, 2025 3:21 PM
✓ 🛑 smtp.forwardemail.net:587 (IPv4) is down

In [`90c5477`](https://github.com/forwardemail/status.forwardemail.net/commit/90c547720cf55acfc04eba6b654a7c78bf6a6266 ), smtp.forwardemail.net:587 (IPv4) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved30 דקות
smtp-forwardemail-net-587-i-pv4
Status Incidents
Oct 29, 2025 1:24 PM
✓ 🛑 smtp.forwardemail.net:587 (IPv6) is down

In [`eb48d85`](https://github.com/forwardemail/status.forwardemail.net/commit/eb48d854d30dd45d9280805d0c2c8f4e76e51533 ), smtp.forwardemail.net:587 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved18 דקות
smtp-forwardemail-net-587-i-pv6
Status Incidents
Oct 29, 2025 1:24 PM
✓ 🛑 smtp.forwardemail.net:587 (IPv4) is down

In [`8ff7c61`](https://github.com/forwardemail/status.forwardemail.net/commit/8ff7c61fb647bb3db7ab28eedfca42de3c1b8c27 ), smtp.forwardemail.net:587 (IPv4) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved18 דקות
smtp-forwardemail-net-587-i-pv4
Status Incidents
Oct 29, 2025 12:52 PM
✓ 🛑 smtp.forwardemail.net:587 (IPv6) is down

In [`bd797a1`](https://github.com/forwardemail/status.forwardemail.net/commit/bd797a1411a6f47271341227dafafe8ad9416e4e ), smtp.forwardemail.net:587 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved17 דקות
smtp-forwardemail-net-587-i-pv6
Status Incidents
Oct 29, 2025 12:52 PM
✓ 🛑 smtp.forwardemail.net:587 (IPv4) is down

In [`1f935a9`](https://github.com/forwardemail/status.forwardemail.net/commit/1f935a9f149e7c916cd5509540fcf22af59f93f4 ), smtp.forwardemail.net:587 (IPv4) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved17 דקות
smtp-forwardemail-net-587-i-pv4
Status Incidents
Oct 29, 2025 11:52 AM
✓ 🛑 smtp.forwardemail.net:587 (IPv6) is down

In [`6e78b14`](https://github.com/forwardemail/status.forwardemail.net/commit/6e78b14f0cb5d73d59212ce46c399ece579c708f ), smtp.forwardemail.net:587 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved37 דקות
smtp-forwardemail-net-587-i-pv6
Status Incidents
Oct 29, 2025 11:52 AM
✓ 🛑 smtp.forwardemail.net:587 (IPv4) is down

In [`40c5610`](https://github.com/forwardemail/status.forwardemail.net/commit/40c5610ff626fa23a48b01605600443c3951aeca ), smtp.forwardemail.net:587 (IPv4) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved38 דקות
smtp-forwardemail-net-587-i-pv4
Status Incidents
Oct 29, 2025 11:02 AM
✓ 🛑 smtp.forwardemail.net:587 (IPv6) is down

In [`32bc94a`](https://github.com/forwardemail/status.forwardemail.net/commit/32bc94ab80ea19b114bbdd52c4a08f69dc97acf6 ), smtp.forwardemail.net:587 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved21 דקות
smtp-forwardemail-net-587-i-pv6
Status Incidents
Oct 29, 2025 11:02 AM
✓ 🛑 smtp.forwardemail.net:587 (IPv4) is down

In [`5c5d0d3`](https://github.com/forwardemail/status.forwardemail.net/commit/5c5d0d31ffc1192472cb61ff562908a02bb54ae9 ), smtp.forwardemail.net:587 (IPv4) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved21 דקות
smtp-forwardemail-net-587-i-pv4
Status Incidents
Oct 21, 2025 1:24 PM
✓ 🛑 smtp.forwardemail.net:465 (IPv6) is down

In [`a9815cf`](https://github.com/forwardemail/status.forwardemail.net/commit/a9815cffac992bd96cecabca966913d4d462e639 ), smtp.forwardemail.net:465 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved16 דקות
smtp-forwardemail-net-465-i-pv6
Status Incidents
Oct 21, 2025 12:29 PM
✓ 🛑 smtp.forwardemail.net:465 (IPv4) is down

In [`077fb13`](https://github.com/forwardemail/status.forwardemail.net/commit/077fb13ef3978ff450c8034e3e528ac2d481630f ), smtp.forwardemail.net:465 (IPv4) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved22 דקות
smtp-forwardemail-net-465-i-pv4
Status Incidents
Oct 21, 2025 11:11 AM
✓ 🛑 smtp.forwardemail.net:465 (IPv6) is down

In [`5822fe4`](https://github.com/forwardemail/status.forwardemail.net/commit/5822fe473c31bfc88fafcdff3043818b139ba62a ), smtp.forwardemail.net:465 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved18 דקות
smtp-forwardemail-net-465-i-pv6
Status Incidents
Oct 19, 2025 5:59 AM
✓ 🛑 smtp.forwardemail.net:465 (IPv6) is down

In [`5c36319`](https://github.com/forwardemail/status.forwardemail.net/commit/5c363197e6b2b850f485825efdccdc49d4787613 ), smtp.forwardemail.net:465 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved25 דקות
smtp-forwardemail-net-465-i-pv6
Status Incidents
Oct 19, 2025 3:04 AM
✓ 🛑 smtp.forwardemail.net:2587 (IPv6) is down

In [`26b6054`](https://github.com/forwardemail/status.forwardemail.net/commit/26b60543237dfc52dd7b2dfa185ad9a99684ed61 ), smtp.forwardemail.net:2587 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved27 דקות
smtp-forwardemail-net-2587-i-pv6
Status Incidents
Oct 19, 2025 1:52 AM
✓ 🛑 smtp.forwardemail.net:465 (IPv6) is down

In [`aef7c0b`](https://github.com/forwardemail/status.forwardemail.net/commit/aef7c0b723b6a8dc5d500d3e6d341fa42f193674 ), smtp.forwardemail.net:465 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved36 דקות
smtp-forwardemail-net-465-i-pv6
Status Incidents
Oct 19, 2025 12:40 AM
✓ 🛑 smtp.forwardemail.net:2587 (IPv6) is down

In [`a34c51e`](https://github.com/forwardemail/status.forwardemail.net/commit/a34c51ebff00041b50fa42510b0299e51985684c ), smtp.forwardemail.net:2587 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved29 דקות
smtp-forwardemail-net-2587-i-pv6
Status Incidents
Oct 18, 2025 5:02 PM
✓ 🛑 smtp.forwardemail.net:2587 (IPv6) is down

In [`29d562f`](https://github.com/forwardemail/status.forwardemail.net/commit/29d562faa789ce76baf0b1dce38412f213e9daad ), smtp.forwardemail.net:2587 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved20 דקות
smtp-forwardemail-net-2587-i-pv6
Status Incidents
Oct 18, 2025 3:57 PM
✓ 🛑 smtp.forwardemail.net:465 (IPv6) is down

In [`b5eaef8`](https://github.com/forwardemail/status.forwardemail.net/commit/b5eaef80712919a83c4bfb1554bafc60693756f2 ), smtp.forwardemail.net:465 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved21 דקות
smtp-forwardemail-net-465-i-pv6
Status Incidents
Oct 18, 2025 12:17 PM
✓ 🛑 smtp.forwardemail.net:2587 (IPv4) is down

In [`2e480b0`](https://github.com/forwardemail/status.forwardemail.net/commit/2e480b09f33cc943f4822fa71206f61b92aa4a54 ), smtp.forwardemail.net:2587 (IPv4) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved17 דקות
smtp-forwardemail-net-2587-i-pv4
Status Incidents
Oct 18, 2025 3:00 AM
✓ 🛑 smtp.forwardemail.net:2525 (IPv6) is down

In [`542cb5d`](https://github.com/forwardemail/status.forwardemail.net/commit/542cb5df1a1719e811c54b51c4cd13585aafb807 ), smtp.forwardemail.net:2525 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved16 דקות
smtp-forwardemail-net-2525-i-pv6
Status Incidents
Oct 18, 2025 12:59 AM
✓ 🛑 smtp.forwardemail.net:2587 (IPv4) is down

In [`a584f3b`](https://github.com/forwardemail/status.forwardemail.net/commit/a584f3b80ac6fd7e29c51f3e078e48a218592eb6 ), smtp.forwardemail.net:2587 (IPv4) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved37 דקות
smtp-forwardemail-net-2587-i-pv4
Status Incidents
Oct 18, 2025 12:12 AM
✓ 🛑 smtp.forwardemail.net:465 (IPv6) is down

In [`b485974`](https://github.com/forwardemail/status.forwardemail.net/commit/b485974ba4e85e6232a52b3118a47cf289e38236 ), smtp.forwardemail.net:465 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved22 דקות
smtp-forwardemail-net-465-i-pv6
Status Incidents
Oct 18, 2025 12:12 AM
✓ 🛑 smtp.forwardemail.net:2587 (IPv4) is down

In [`ab3aae0`](https://github.com/forwardemail/status.forwardemail.net/commit/ab3aae08d08f3cb6513e9c479fc3df4584c6a4bf ), smtp.forwardemail.net:2587 (IPv4) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved22 דקות
smtp-forwardemail-net-2587-i-pv4
Status Incidents
Oct 17, 2025 11:55 PM
✓ 🛑 smtp.forwardemail.net:2587 (IPv6) is down

In [`6da0068`](https://github.com/forwardemail/status.forwardemail.net/commit/6da00680d4c3ba10a7e70b8771f83656bfa8e768 ), smtp.forwardemail.net:2587 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved39 דקות
smtp-forwardemail-net-2587-i-pv6
Status Incidents
Oct 17, 2025 10:20 PM
✓ 🛑 smtp.forwardemail.net:2587 (IPv4) is down

In [`765eef8`](https://github.com/forwardemail/status.forwardemail.net/commit/765eef85d979d18a0ef65edf801ba014fdc36644 ), smtp.forwardemail.net:2587 (IPv4) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved18 דקות
smtp-forwardemail-net-2587-i-pv4
Status Incidents
Oct 17, 2025 8:12 PM
✓ 🛑 smtp.forwardemail.net:2587 (IPv6) is down

In [`b7b2d1f`](https://github.com/forwardemail/status.forwardemail.net/commit/b7b2d1f093c8fd8f9135bbc573c61a627af34438 ), smtp.forwardemail.net:2587 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved22 דקות
smtp-forwardemail-net-2587-i-pv6
Status Incidents
Oct 17, 2025 7:33 PM
✓ 🛑 smtp.forwardemail.net:2587 (IPv4) is down

In [`21bb6a4`](https://github.com/forwardemail/status.forwardemail.net/commit/21bb6a448fd664e24fa4ea027604533896badf53 ), smtp.forwardemail.net:2587 (IPv4) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved6 דקות
smtp-forwardemail-net-2587-i-pv4
Status Incidents
Oct 17, 2025 5:58 PM
✓ 🛑 smtp.forwardemail.net:2465 (IPv4) is down

In [`fbda071`](https://github.com/forwardemail/status.forwardemail.net/commit/fbda07156c5399648c5eac53e1ba3ebe62b1c5fc ), smtp.forwardemail.net:2465 (IPv4) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved9 דקות
smtp-forwardemail-net-2465-i-pv4
Status Incidents
Oct 17, 2025 5:58 PM
✓ 🛑 forwardemail.net:443 (IPv6) is down

In [`b70e684`](https://github.com/forwardemail/status.forwardemail.net/commit/b70e6844eb3693d0065c2bdf933c2a4e56ffa403 ), forwardemail.net:443 (IPv6) (forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved9 דקות
forwardemail-net-443-i-pv6
Status Incidents
Oct 17, 2025 5:58 PM
✓ 🛑 forwardemail.net:443 (IPv4) is down

In [`c9229f8`](https://github.com/forwardemail/status.forwardemail.net/commit/c9229f8472a1a65c4800d37804afbc8ca19ebdce ), forwardemail.net:443 (IPv4) (forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved9 דקות
forwardemail-net-443-i-pv4
Status Incidents
Oct 17, 2025 5:29 PM
✓ 🛑 https://forwardemail.net (curl) is down

In [`cec1ae8`](https://github.com/forwardemail/status.forwardemail.net/commit/cec1ae8d1eacc6d2118582e7bb8bb289a5607fa3 ), https://forwardemail.net (curl) (https://forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved38 דקות
https-forwardemail-net-curl
Status Incidents
Oct 17, 2025 5:20 PM
✓ 🛑 forwardemail.net:443 (SSL) is down

In [`54d5321`](https://github.com/forwardemail/status.forwardemail.net/commit/54d5321794fff0f84fcb438e9cafbdd120bce94f ), forwardemail.net:443 (SSL) (forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved47 דקות
forwardemail-net-443-ssl
Status Incidents
Oct 17, 2025 5:09 PM
✓ 🛑 forwardemail.net:443 (IPv6) is down

In [`a096a27`](https://github.com/forwardemail/status.forwardemail.net/commit/a096a270e63b3336066935c2d0d479e7c7d14042 ), forwardemail.net:443 (IPv6) (forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved28 דקות
forwardemail-net-443-i-pv6
Status Incidents
Oct 17, 2025 5:09 PM
✓ 🛑 forwardemail.net:443 (IPv4) is down

In [`07a8ff3`](https://github.com/forwardemail/status.forwardemail.net/commit/07a8ff33fbc787668d90da3fbcbc0e4a6765dab2 ), forwardemail.net:443 (IPv4) (forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved43 דקות
forwardemail-net-443-i-pv4
Status Incidents
Oct 17, 2025 3:46 PM
✓ 🛑 forwardemail.net:443 (IPv6) is down

In [`119ef8d`](https://github.com/forwardemail/status.forwardemail.net/commit/119ef8d37ef2dfa27710c170d21b3cd081e4b53c ), forwardemail.net:443 (IPv6) (forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved36 דקות
forwardemail-net-443-i-pv6
Status Incidents
Oct 17, 2025 3:21 PM
✓ 🛑 forwardemail.net:443 (SSL) is down

In [`af82151`](https://github.com/forwardemail/status.forwardemail.net/commit/af82151106ff3e8e4a0fd6bbbd613967d8fa5f76 ), forwardemail.net:443 (SSL) (forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved39 דקות
forwardemail-net-443-ssl
Status Incidents
Oct 17, 2025 2:59 PM
✓ 🛑 forwardemail.net:443 (IPv6) is down

In [`b2a9538`](https://github.com/forwardemail/status.forwardemail.net/commit/b2a953895452ec7aa2781450a55a8802786d45cb ), forwardemail.net:443 (IPv6) (forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved40 דקות
forwardemail-net-443-i-pv6
Status Incidents
Oct 17, 2025 2:59 PM
✓ 🛑 forwardemail.net:443 (IPv4) is down

In [`e635c01`](https://github.com/forwardemail/status.forwardemail.net/commit/e635c01034baf60368422cc058b6d04c50fd5d76 ), forwardemail.net:443 (IPv4) (forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved1 שעות 23 דקות
forwardemail-net-443-i-pv4
Status Incidents
Oct 17, 2025 2:27 PM
✓ 🛑 forwardemail.net:443 (IPv6) is down

In [`56bcc54`](https://github.com/forwardemail/status.forwardemail.net/commit/56bcc540c982341021d3db05e3594c7185e6c54a ), forwardemail.net:443 (IPv6) (forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved19 דקות
forwardemail-net-443-i-pv6
Status Incidents
Oct 17, 2025 2:14 PM
✓ 🛑 forwardemail.net:80 (IPv6) is down

In [`709ce4b`](https://github.com/forwardemail/status.forwardemail.net/commit/709ce4bce717a4885cad5ec986b0b1c9e90a2ce6 ), forwardemail.net:80 (IPv6) (forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved3 שעות 53 דקות
forwardemail-net-80-i-pv6
Status Incidents
Oct 17, 2025 2:14 PM
✓ 🛑 forwardemail.net:80 (IPv4) is down

In [`2b0035a`](https://github.com/forwardemail/status.forwardemail.net/commit/2b0035a25f07c23a766c6f095364c3261233421a ), forwardemail.net:80 (IPv4) (forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved3 שעות 53 דקות
forwardemail-net-80-i-pv4
Status Incidents
Oct 17, 2025 2:14 PM
✓ 🛑 https://forwardemail.net (curl) is down

In [`c89417a`](https://github.com/forwardemail/status.forwardemail.net/commit/c89417a0ba5336712ca45ad5b1f14be896efc0b1 ), https://forwardemail.net (curl) (https://forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved2 שעות 8 דקות
https-forwardemail-net-curl
Status Incidents
Oct 17, 2025 1:41 PM
✓ 🛑 forwardemail.net:443 (IPv6) is down

In [`37be906`](https://github.com/forwardemail/status.forwardemail.net/commit/37be906fdb9f0a5c28694c361319aa1a9f1e4846 ), forwardemail.net:443 (IPv6) (forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved23 דקות
forwardemail-net-443-i-pv6
Status Incidents
Oct 17, 2025 1:31 PM
✓ 🛑 https://forwardemail.net (curl) is down

In [`f7840e2`](https://github.com/forwardemail/status.forwardemail.net/commit/f7840e2f9ef1e21f76c86dc97afd01aadcb60793 ), https://forwardemail.net (curl) (https://forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved33 דקות
https-forwardemail-net-curl
Status Incidents
Oct 17, 2025 1:16 PM
✓ 🛑 forwardemail.net:443 (IPv4) is down

In [`1d671be`](https://github.com/forwardemail/status.forwardemail.net/commit/1d671bec9969ea24c797b4ca534909236d70760e ), forwardemail.net:443 (IPv4) (forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved1 שעות 37 דקות
forwardemail-net-443-i-pv4
Status Incidents
Oct 17, 2025 1:01 PM
✓ 🛑 forwardemail.net:80 (IPv6) is down

In [`48eb603`](https://github.com/forwardemail/status.forwardemail.net/commit/48eb603c4ec41b23b71b925d487dc7f966982808 ), forwardemail.net:80 (IPv6) (forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved16 דקות
forwardemail-net-80-i-pv6
Status Incidents
Oct 17, 2025 1:01 PM
✓ 🛑 forwardemail.net:80 (IPv4) is down

In [`94021f3`](https://github.com/forwardemail/status.forwardemail.net/commit/94021f3ed47bc0bb38e2cd38ed4e5dcb636833d8 ), forwardemail.net:80 (IPv4) (forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved16 דקות
forwardemail-net-80-i-pv4
Status Incidents
Oct 17, 2025 1:00 PM
✓ 🛑 https://forwardemail.net (curl) is down

In [`c143224`](https://github.com/forwardemail/status.forwardemail.net/commit/c143224e7a06f90eac3995163d4fc404f3c6d02d ), https://forwardemail.net (curl) (https://forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved16 דקות
https-forwardemail-net-curl
Status Incidents
Oct 17, 2025 12:44 PM
✓ 🛑 forwardemail.net:443 (IPv6) is down

In [`b73c450`](https://github.com/forwardemail/status.forwardemail.net/commit/b73c450fdf7ab197cf3552e30a824c6176bc4e7d ), forwardemail.net:443 (IPv6) (forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved17 דקות
forwardemail-net-443-i-pv6
Status Incidents
Oct 17, 2025 12:44 PM
✓ 🛑 forwardemail.net:443 (IPv4) is down

In [`8ee864f`](https://github.com/forwardemail/status.forwardemail.net/commit/8ee864f8f4cc23264b572f474e914738163b0c29 ), forwardemail.net:443 (IPv4) (forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved17 דקות
forwardemail-net-443-i-pv4
Status Incidents
Oct 16, 2025 12:14 PM
✓ 🛑 smtp.forwardemail.net:465 (IPv6) is down

In [`aaacb75`](https://github.com/forwardemail/status.forwardemail.net/commit/aaacb75942fdb9c7de3f9b939e89e3375356aedf ), smtp.forwardemail.net:465 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved38 דקות
smtp-forwardemail-net-465-i-pv6
Status Incidents
Oct 16, 2025 12:14 PM
✓ 🛑 smtp.forwardemail.net:465 (IPv4) is down

In [`aaf73a7`](https://github.com/forwardemail/status.forwardemail.net/commit/aaf73a78e60e241daaf1008a54f99ef46f7b2fc2 ), smtp.forwardemail.net:465 (IPv4) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved38 דקות
smtp-forwardemail-net-465-i-pv4
Status Incidents
Oct 16, 2025 11:03 AM
✓ 🛑 smtp.forwardemail.net:465 (IPv6) is down

In [`a48e91a`](https://github.com/forwardemail/status.forwardemail.net/commit/a48e91a4a7992813435cde6b13df9ff375122ab0 ), smtp.forwardemail.net:465 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved21 דקות
smtp-forwardemail-net-465-i-pv6
Status Incidents
Oct 16, 2025 11:02 AM
✓ 🛑 smtp.forwardemail.net:465 (IPv4) is down

In [`b8f2853`](https://github.com/forwardemail/status.forwardemail.net/commit/b8f285356f0dabd00df6d77da88e3de8919f54a4 ), smtp.forwardemail.net:465 (IPv4) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved21 דקות
smtp-forwardemail-net-465-i-pv4
Status Incidents
Oct 16, 2025 9:55 AM
✓ 🛑 smtp.forwardemail.net:465 (IPv6) is down

In [`686b16b`](https://github.com/forwardemail/status.forwardemail.net/commit/686b16beab434953d35431a791883b0c41d11fca ), smtp.forwardemail.net:465 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved53 דקות
smtp-forwardemail-net-465-i-pv6
Status Incidents
Oct 16, 2025 9:55 AM
✓ 🛑 smtp.forwardemail.net:465 (IPv4) is down

In [`d3428e5`](https://github.com/forwardemail/status.forwardemail.net/commit/d3428e5594d3fdf37de004c3a68f9ee2e18b1955 ), smtp.forwardemail.net:465 (IPv4) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved53 דקות
smtp-forwardemail-net-465-i-pv4
Status Incidents
Oct 16, 2025 9:21 AM
✓ 🛑 smtp.forwardemail.net:465 (IPv6) is down

In [`58a0deb`](https://github.com/forwardemail/status.forwardemail.net/commit/58a0debb11deb429988301f6ff9268fd7e4de7e9 ), smtp.forwardemail.net:465 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved27 דקות
smtp-forwardemail-net-465-i-pv6
Status Incidents
Oct 16, 2025 9:21 AM
✓ 🛑 smtp.forwardemail.net:465 (IPv4) is down

In [`1dbc8a6`](https://github.com/forwardemail/status.forwardemail.net/commit/1dbc8a6295aa9fbe78c22c5251a7a59089a2c303 ), smtp.forwardemail.net:465 (IPv4) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved27 דקות
smtp-forwardemail-net-465-i-pv4
Status Incidents
Oct 16, 2025 8:38 AM
✓ 🛑 smtp.forwardemail.net:465 (IPv6) is down

In [`735af77`](https://github.com/forwardemail/status.forwardemail.net/commit/735af776054e78e574763341f25c64ce64dfdabb ), smtp.forwardemail.net:465 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved31 דקות
smtp-forwardemail-net-465-i-pv6
Status Incidents
Oct 16, 2025 8:38 AM
✓ 🛑 smtp.forwardemail.net:465 (IPv4) is down

In [`995b6a1`](https://github.com/forwardemail/status.forwardemail.net/commit/995b6a14d9736bf5038e9d8b2265938edc53b2f7 ), smtp.forwardemail.net:465 (IPv4) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved31 דקות
smtp-forwardemail-net-465-i-pv4
Status Incidents
Oct 16, 2025 7:58 AM
✓ 🛑 smtp.forwardemail.net:465 (IPv6) is down

In [`d936b0f`](https://github.com/forwardemail/status.forwardemail.net/commit/d936b0f478e3445c45c8cf8c031b53045a3d81de ), smtp.forwardemail.net:465 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved26 דקות
smtp-forwardemail-net-465-i-pv6
Status Incidents
Oct 16, 2025 7:58 AM
✓ 🛑 smtp.forwardemail.net:465 (IPv4) is down

In [`b60821f`](https://github.com/forwardemail/status.forwardemail.net/commit/b60821fdb3fa6f409d1b3d7e4a4d0f8bd2ffb2da ), smtp.forwardemail.net:465 (IPv4) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved26 דקות
smtp-forwardemail-net-465-i-pv4
Status Incidents
Oct 16, 2025 7:08 AM
✓ 🛑 smtp.forwardemail.net:465 (IPv6) is down

In [`7b0431c`](https://github.com/forwardemail/status.forwardemail.net/commit/7b0431cb9e5d5a953db512b2c01352bd8a33b89c ), smtp.forwardemail.net:465 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved21 דקות
smtp-forwardemail-net-465-i-pv6
Status Incidents
Oct 16, 2025 7:08 AM
✓ 🛑 smtp.forwardemail.net:465 (IPv4) is down

In [`309d7ac`](https://github.com/forwardemail/status.forwardemail.net/commit/309d7acbdda7e104befaa9536a413facbdf55fff ), smtp.forwardemail.net:465 (IPv4) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved21 דקות
smtp-forwardemail-net-465-i-pv4
Status Incidents
Oct 15, 2025 9:46 PM
✓ 🛑 https://forwardemail.net (curl) is down

In [`e5c7e05`](https://github.com/forwardemail/status.forwardemail.net/commit/e5c7e0561d1820ff966bc91893bcc988b69f8bf3 ), https://forwardemail.net (curl) (https://forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved22 דקות
https-forwardemail-net-curl
Status Incidents
Oct 15, 2025 6:25 PM
✓ 🛑 https://forwardemail.net (curl) is down

In [`06089c5`](https://github.com/forwardemail/status.forwardemail.net/commit/06089c5de10e7c90598e5df990cc1681d7971939 ), https://forwardemail.net (curl) (https://forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved25 דקות
https-forwardemail-net-curl
Status Incidents
Oct 15, 2025 5:51 PM
✓ 🛑 https://forwardemail.net (curl) is down

In [`6dcaefc`](https://github.com/forwardemail/status.forwardemail.net/commit/6dcaefc56cfb12c4eddac153ab485eca4dd80583 ), https://forwardemail.net (curl) (https://forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved20 דקות
https-forwardemail-net-curl
Status Incidents
Oct 15, 2025 5:18 PM
✓ 🛑 https://forwardemail.net (curl) is down

In [`5bd4cbe`](https://github.com/forwardemail/status.forwardemail.net/commit/5bd4cbed2a83a1b42bd1b960e9a038d1c4972987 ), https://forwardemail.net (curl) (https://forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved27 דקות
https-forwardemail-net-curl
Status Incidents
Oct 15, 2025 3:35 PM
✓ 🛑 https://forwardemail.net (curl) is down

In [`9d705a0`](https://github.com/forwardemail/status.forwardemail.net/commit/9d705a0fe24901f8f262f341be905cfb52217060 ), https://forwardemail.net (curl) (https://forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved32 דקות
https-forwardemail-net-curl
Status Incidents
Oct 15, 2025 12:31 PM
✓ 🛑 api.forwardemail.net:443 (IPv4) is down

In [`de7e7e1`](https://github.com/forwardemail/status.forwardemail.net/commit/de7e7e1ba537dad4ebf5ad56ccde16035eb359d7 ), api.forwardemail.net:443 (IPv4) (api.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved22 דקות
api-forwardemail-net-443-i-pv4
Status Incidents
Oct 15, 2025 12:31 PM
✓ 🛑 https://api.forwardemail.net (curl) is down

In [`df0c36a`](https://github.com/forwardemail/status.forwardemail.net/commit/df0c36a539360298fbf38c25649e2647f5756191 ), https://api.forwardemail.net (curl) (https://api.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved22 דקות
https-api-forwardemail-net-curl
Status Incidents
Oct 15, 2025 12:31 PM
✓ 🛑 https://forwardemail.net (curl) is down

In [`cc53b88`](https://github.com/forwardemail/status.forwardemail.net/commit/cc53b88fd229589b089f94ca7b33c4640f8410e3 ), https://forwardemail.net (curl) (https://forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved22 דקות
https-forwardemail-net-curl
Status Incidents
Oct 15, 2025 10:40 AM
✓ 🛑 smtp.forwardemail.net:25 (IPv6) is down

In [`d54402f`](https://github.com/forwardemail/status.forwardemail.net/commit/d54402f6de150ad9493beadc34b2ba1e4426f532 ), smtp.forwardemail.net:25 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved15 דקות
smtp-forwardemail-net-25-i-pv6
Status Incidents
Oct 15, 2025 10:40 AM
✓ 🛑 smtp.forwardemail.net:25 (IPv4) is down

In [`92d0084`](https://github.com/forwardemail/status.forwardemail.net/commit/92d0084e50b8a4f4e7d5837c5393aab65ac932f4 ), smtp.forwardemail.net:25 (IPv4) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved15 דקות
smtp-forwardemail-net-25-i-pv4
Status Incidents
Oct 15, 2025 9:48 AM
✓ 🛑 api.forwardemail.net (SSL) is down

In [`32a58cb`](https://github.com/forwardemail/status.forwardemail.net/commit/32a58cb3ba35a659d6d757e020e350d1569b2cb2 ), api.forwardemail.net (SSL) (api.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved16 דקות
api-forwardemail-net-ssl
Status Incidents
Oct 15, 2025 9:48 AM
✓ 🛑 api.forwardemail.net:443 (IPv4) is down

In [`ccd2361`](https://github.com/forwardemail/status.forwardemail.net/commit/ccd2361cc48d25fa47017bca12b812631817502a ), api.forwardemail.net:443 (IPv4) (api.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved16 דקות
api-forwardemail-net-443-i-pv4
Status Incidents
Oct 15, 2025 9:40 AM
✓ 🛑 https://api.forwardemail.net (curl) is down

In [`b36e902`](https://github.com/forwardemail/status.forwardemail.net/commit/b36e9023388da7a3c3c6441c06fb05a64e192d39 ), https://api.forwardemail.net (curl) (https://api.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved23 דקות
https-api-forwardemail-net-curl
Status Incidents
Oct 15, 2025 1:43 AM
✓ 🛑 api.forwardemail.net:80 (IPv6) is down

In [`295a90d`](https://github.com/forwardemail/status.forwardemail.net/commit/295a90dd18eaf495fa134057989be1ba1a75ff08 ), api.forwardemail.net:80 (IPv6) (api.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved17 שעות 42 דקות
api-forwardemail-net-80-i-pv6
Status Incidents
Oct 15, 2025 1:43 AM
✓ 🛑 api.forwardemail.net:80 (IPv4) is down

In [`308d1f5`](https://github.com/forwardemail/status.forwardemail.net/commit/308d1f5ea4e878a555c857b2b317fc75e5ca0182 ), api.forwardemail.net:80 (IPv4) (api.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved17 שעות 42 דקות
api-forwardemail-net-80-i-pv4
Status Incidents
Oct 11, 2025 8:58 AM
✓ 🛑 smtp.forwardemail.net:25 (IPv6) is down

In [`0d2d7a3`](https://github.com/forwardemail/status.forwardemail.net/commit/0d2d7a3b469841bfdf2b24346edd204d7be0179b ), smtp.forwardemail.net:25 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved20 דקות
smtp-forwardemail-net-25-i-pv6
Status Incidents
Oct 11, 2025 8:58 AM
✓ 🛑 smtp.forwardemail.net:25 (IPv4) is down

In [`2993d24`](https://github.com/forwardemail/status.forwardemail.net/commit/2993d24c9ebf7a0dc322300b712fa45581e9d642 ), smtp.forwardemail.net:25 (IPv4) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved20 דקות
smtp-forwardemail-net-25-i-pv4
Status Incidents
Oct 11, 2025 7:08 AM
✓ 🛑 smtp.forwardemail.net:465 (IPv6) is down

In [`66904b0`](https://github.com/forwardemail/status.forwardemail.net/commit/66904b061e95a644f8797b082749adbd4cd5dd62 ), smtp.forwardemail.net:465 (IPv6) (smtp.forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved19 דקות
smtp-forwardemail-net-465-i-pv6
Status Incidents
Oct 9, 2025 1:13 PM
✓ 🛑 forwardemail.net:80 (IPv6) is down

In [`1458ade`](https://github.com/forwardemail/status.forwardemail.net/commit/1458ade5277fc4a77de6e5732756f0c63a208975 ), forwardemail.net:80 (IPv6) (forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved6 שעות 30 דקות
forwardemail-net-80-i-pv6
Status Incidents
Oct 9, 2025 1:13 PM
✓ 🛑 forwardemail.net:80 (IPv4) is down

In [`65cadb3`](https://github.com/forwardemail/status.forwardemail.net/commit/65cadb3dd2d796f308047da26f6bc2c70ba918bf ), forwardemail.net:80 (IPv4) (forwardemail.net) was **down**: - HTTP code: 0 - Response time: 0 ms

Resolved6 שעות 30 דקות
forwardemail-net-80-i-pv4
Developer Articles
Jun 24, 2025 1:28 AM
Best Security Audit Companies

גלו את חברות ביקורת האבטחה הטובות ביותר מתוך הרשימה המובחרת והדעתית שלנו של חברות מחקר ובדיקות חדירה עצמאיות בתחום אבטחת הסייבר.

Developer Articles
Jun 24, 2025 1:28 AM
Case Study: How Forward Email Powers Alumni Email Solutions for Top Universities

בנינו את שירות העברת הדוא"ל המאובטח, הפרטי והגמיש ביותר בעולם עבור אוניברסיטאות יוקרתיות ובוגריהן.

Developer Articles
Jun 24, 2025 1:28 AM
How Email Forwarding Works: The Complete Guide to Forward Email's Service

חקור את ההטמעות הטכניות שהופכות את השירות שלנו לאחד מפתרונות העברת הדוא"ל הממוקדים ביותר בפרטיות הזמינים.

Developer Articles
Jun 24, 2025 1:28 AM
Introducing Our Self-Hosted Email Stack

קוד פתוח לחלוטין, פתרון דוא"ל באירוח עצמי המעניק לך שליטה מלאה, שקיפות ופרטיות.

Developer Articles
Jun 24, 2025 1:28 AM
The Ultimate Guide to Email Privacy Protection: How Forward Email Safeguards Your Communications

בנינו את שירות העברת הדוא"ל המאובטח, הפרטי והגמיש ביותר בעולם.

Developer Articles
Jun 24, 2025 1:28 AM
Why Open-Source Email is the Future: Security, Privacy, and Transparency

גלה מדוע פתרונות דואר אלקטרוני בקוד פתוח עדיפים על חלופות קוד סגור.

Developer Articles
Apr 2, 2025 12:35 AM
Best Mail Server Providers

השוואה מקיפה בין ספקי VPS ושרתים ייעודיים לאירוח שרתי דואר (שרתי SMTP).

Developer Articles
Jun 20, 2023 5:53 AM
Best Email Spam Protection Filter

מניעת ספאם, פישינג, תוכנות זדוניות, חסימת פרסומות, עוקבי פיקסלים ועוד עבור טפסי יצירת קשר ושרתי דואר אלקטרוני.

Developer Articles
Jun 20, 2023 5:53 AM
JavaScript Contact Forms Node.js

צור ושלח טפסי יצירת קשר ב-JavaScript באמצעות Node, React, React Native, Koa, Express, Fastify ו-Nodemailer SMTP.

Developer Articles
Jun 20, 2023 12:46 AM
Best Practices for Node.js Logging

למידע נוסף על שיטות עבודה מומלצות, סטנדרטים ומטא-דאטה עבור רישום Node.js ו-JavaScript.

Developer Articles
Jun 20, 2023 12:46 AM
Custom Fonts in Emails

Learn how to use custom fonts in HTML emails without design software. Complete guide with web font fallbacks, CSS techniques, and email client compatibility tips.

Developer Articles
Jun 20, 2023 12:46 AM
Email Testing for Browsers and iOS Simulator

בדוק, עבד והצג תצוגה מקדימה של אימיילים באופן אוטומטי באמצעות לקוחות דואר אלקטרוני, כלים ודפדפנים חוצי דפדפנים וסימולטור iOS.

Developer Articles
Jun 20, 2023 12:46 AM
Node.js DNS over HTTPS

כיצד לשלוח בקשת DNS דרך HTTPS באמצעות Node.js וחבילות JavaScript. דוגמאות קוד מלאות, מדריך הגדרות, והנחיות מיטביות לייצור לפענוח DNS מאובטח.

Developer Articles
Jun 20, 2023 12:46 AM
Node.js Email Templates

שלח מיילים ותבניות HTML/CSS עם Node.js, React, Express, Koa, Nodemailer ו-JavaScript עם דוגמאות, דוגמאות והוראות של SMTP וקוד מקור למפתחים.

Developer Articles
Jun 20, 2023 12:46 AM
Node.js Job Scheduler

Learn how to schedule jobs in Node.js and JavaScript using cron syntax. Complete guide with examples for task automation, recurring jobs, and production deployment.

Developer Articles
Jun 20, 2023 12:46 AM
Node.js Logging Service

Cabin הוא שירות וכלי הרישום הטובים ביותר עבור Node.js ו-JavaScript.

Developer Articles
Jun 20, 2023 12:46 AM
Reserved Email Addresses

רשימה של יותר מ-1250 שמות משתמש גנריים, מנהליים, mailer-daemon ושמות משתמש ללא מענה השמורים למטרות אבטחה.

מציג 191 אירועים