OUTLOOK QUICK REFERENCE NOTES

Purpose:To access old emails that were backed up before mailbox cleanup or migration. Steps: Alternative Method: Important: Purpose:Sometimes Outlook shows “Nothing in folder” even though emails exist. This can happen because a filter is applied. Steps: Additional Troubleshooting: Important:Before assuming emails are lost, always check: Many Outlook issues are caused …

Bulk Mail Migration – MailJerry

Purpose Migrate email accounts and emails from one hosting server to another hosting server using MailJerry (Paid Version) through direct server-to-server migration without creating backups. Tool Used Migration Workflow Step 1: Collect Old Hosting Mail Details Gather the following information from the source hosting: Example: Email Address Password IMAP Host …

Local Ai code for text to Voice and Voice to Text

this is a python based free Ai code to use locally for converting text to voice for background script reading. TEXT TO VOICE Python install  pip install fastapi uvicorn python-multipart edge-tts  main.py – PYTHON CODE from fastapi import FastAPI, Form, BackgroundTasks from fastapi.responses import FileResponse from fastapi.middleware.cors import CORSMiddleware import …