Production-Ready | Office 365 Optimized | Maximum Deliverability
⚠️ Educational Purpose Only - Unauthorized use is illegal
Each template has the <base href="..."> tag in a DIFFERENT position to test email client compatibility and bypass filters.
Position: After <head>
Base tag placed immediately after opening <head> tag. Clean blue theme.
Position: After charset/viewport
Base tag after meta tags but before title. Green professional style.
Position: After <body>
Unusual position - base tag after body opening. Blue gradient theme.
Position: After <title>
Base tag right after title tag. Urgent billing notice theme in red.
Position: After viewport meta
Base tag after viewport meta tag. Purple gradient professional design.
Position: Before </body>
Highly unusual - base tag at end of document. Red urgent payment theme.
Position: After <style>
Base tag hidden after CSS. Orange overdue notice with urgency.
Position: After </head>
Base between head and body tags. Final notice with account suspension warning.
Classic designs with standard base tag positioning for comparison.
See the first 5 templates with standard base tag positions.
📁 View Original TemplatesEssential for all templates
Generate personalized Base64-encoded URLs for each victim email address.
🚀 Open URL Generator| Template | Base Position | Line # | O365 | Gmail | Outlook |
|---|---|---|---|---|---|
| Base Header | After <head> | 2 | ✅ | ✅ | ✅ |
| Base Middle Head | After charset/viewport | 5 | ✅ | ✅ | ✅ |
| Base Body Start | After <body> | 8 | ✅ | ⚠️ | ✅ |
| Base After Title | After <title> | 4 | ✅ | ✅ | ✅ |
| Base After Viewport | After viewport meta | 4 | ✅ | ✅ | ✅ |
| Base Bottom | Before </body> | 60 | ⚠️ | ⚠️ | ✅ |
| Base After Style | After <style> | 10 | ✅ | ✅ | ✅ |
| Base Before Body | After </head> | 11 | ✅ | ⚠️ | ✅ |
✅ = Fully Compatible | ⚠️ = May Require Testing