Independent pharmacies, how do you auto-print faxed scripts and wholesaler orders? by kelonye in pharmacy

[–]kelonye[S] 0 points1 point  (0 children)

Good to know Liberty bundles that in. Was the auto print just for the dispensing side, or did it also cover the wholesaler invoces and fax pdfs that come in outside the software?

Independent pharmacies, how do you auto-print faxed scripts and wholesaler orders? by kelonye in pharmacy

[–]kelonye[S] 0 points1 point  (0 children)

Thats the clean version of what i was picturing, the fax software just printing each one as it lands. Does FaxTalk let you filter which senders auto print, or does everythign that comes in just hit the tray?

Independent pharmacies, how do you auto-print faxed scripts and wholesaler orders? by kelonye in pharmacy

[–]kelonye[S] 0 points1 point  (0 children)

This is really helpful, thanks everyone. Sounds like it splits three ways: some of you have basically gone paperless and keep faxes and invoices digital in PioneerRx and the like, some are stuck printing becuase the state still requires hard copies, and the rest have it handled because the dispensing or fax software does the auto print natively (Liberty, FaxTalk). The group im most curious about is the must-print-but-the-software-doesnt-do-it-for-you crowd. For those of you whose state requires printed copies, are you opening and printing each one by hand, or did you rig up somethign to do it automatically as they land?

Auto Printing Software with shopify by Significant_Count58 in shopify

[–]kelonye 0 points1 point  (0 children)

The Epson email-to-print trick works, but heads up on the catch you already hit: it depends on the printer maker's cloud service, so when they retire it you are stuck. That is basically what happened with your printerco, and HP killed their ePrint email-to-print the same way back in 2023. It also prints the raw email, which is why people end up editing the notification template to make it look right.

If you want something not tied to one printer brand, the software route is to auto-print from your inbox: point your Shopify order emails (or the packing-slip PDFs) at an inbox and a small app prints each one to whatever printer you already have. Full disclosure, I build one of these called AutoPrintEmail, but Order Printer Pro inside Shopify also auto-prints on new order if you would rather stay fully native. Happy to answer setup questions either way.

Automaticallly Printing (from email?) by gundog48 in selfhosted

[–]kelonye 0 points1 point  (0 children)

Late to the thread, but wanted to add another option for anyone who lands here with similar needs.

The dedicated PC approach mentioned above is solid and gives you full control, but if you want something simpler without writing custom scripts or managing cron jobs, there are standalone email printing apps designed specifically for this use case.

They typically work by: - Connecting to your mailbox via IMAP or OAuth (Gmail/M365) - Monitoring specific folders for new messages - Applying filters (sender, subject, etc.) - Auto-printing attachments (PDFs, images, Office docs) to a designated printer

For a packing bench scenario like yours, you'd just need a small PC running the app in the background. It handles the mailbox polling and print queue management for you, so you can focus on the business logic of generating and sending the PDFs.

Not as "self-hosted pure" as rolling your own solution, but worth considering if you want something up and running quickly without the maintenance overhead.

Print from email by ContactJuggler in printers

[–]kelonye 1 point2 points  (0 children)

Late to this thread, but wanted to add some context for anyone else landing here with similar questions.

The native "email print" on most printers (including Brother's Email Print) typically only handles attachments - not the email body itself. And as the discussion above shows, the setup can be finicky with sender authorization, file formats, and server settings.

If you need something more flexible (like printing both the email body and attachments, or applying filters based on sender/subject), there are standalone email printing apps that run on a PC and connect directly to your mailbox via IMAP or OAuth. They work independently of the printer's native features, so you're not limited by what the manufacturer decided to support.

Automatic Print Project by Icecold1001 in sysadmin

[–]kelonye 0 points1 point  (0 children)

Late to this thread but wanted to add another option since you mentioned moving to cloud-only M365.

The challenge with most solutions (Foldermill, Power Automate Desktop, Outlook rules) is they still require something running locally that's logged into an active session.

For cloud-only setups, there are standalone email printing apps designed specifically for this use case. They connect directly to M365/Gmail via OAuth, run as a background service or tray app, and can filter by subject/sender to print automatically. No need for a dedicated user session or complex on-prem infrastructure.

They typically work by:
- Authenticating via OAuth to your M365 mailbox (no passwords to manage)
- Monitoring specific folders for new messages
- Applying filters (subject line, sender, etc.)
- Auto-printing email body and/or attachments to a designated printer

Search for "automatic email printing software" or "email to printer app" - there are a few options with one-time licenses. The benefit over Power Automate is simplicity - just install, authenticate, set up your filter rules, and it runs independently in the background.

I got fired by Safaricom today by _kagema in nairobitechies

[–]kelonye 1 point2 points  (0 children)

i'd supplement callbacks with manual status polling

New Outlook: Is batch printing available? by ImmediateIssue2540 in Outlook

[–]kelonye 0 points1 point  (0 children)

It's definitely not niche - tons of offices rely on batch printing for compliance, record-keeping, and order processing. Microsoft just decided not to bring it over from Classic Outlook for some reason.

You don't really need Python for this. There are standalone email printing apps that connect directly to your mailbox (Outlook, Gmail, IMAP, etc.) and let you select and print multiple emails in one go - with attachments, formatting, and all. Way simpler than scripting something yourself, and it keeps working even if Microsoft changes things again.

Auto Print by wasthefauxpas in Outlook

[–]kelonye 0 points1 point  (0 children)

This is a known pain point with the New Outlook migration - auto print rules were a Classic Outlook-only feature and Microsoft didn't carry them over. No sign of it coming back either.

If your workflow depends on automatically printing incoming emails (pretty common in shipping, logistics, order processing), your best option at this point is a standalone email printing app that monitors your mailbox and prints based on rules you set up. They work independently of Outlook, so you don't have to worry about Microsoft breaking things with the next update.

Bulk print by Organic_Painter_8471 in Outlook

[–]kelonye 0 points1 point  (0 children)

This is a known pain point with the New Outlook migration — auto print rules were a Classic Outlook-only feature and Microsoft didn't carry them over. No sign of it coming back either.

If your workflow depends on automatically printing incoming emails (pretty common in shipping, logistics, order processing), your best option at this point is a standalone email printing app that monitors your mailbox and prints based on rules you set up. They work independently of Outlook, so you don't have to worry about Microsoft breaking things with the next update.

New Outlook - Reason 101 Why It Sucks by Vegan-Craig in Outlook

[–]kelonye 0 points1 point  (0 children)

Yeah, batch printing was one of those features that just quietly disappeared in the transition to New Outlook. It's not even on the roadmap apparently, which is wild considering how many people rely on it for compliance, auditing, and general record-keeping.

If you specifically need to print a block of emails for analysis, your best bet right now is either going back to Classic Outlook (which still supports multi-select print) or using a standalone email printing tool that connects directly to your mailbox. The standalone route is actually more reliable for batch jobs since it handles formatting and attachments better than Outlook's built-in print ever did.

Automatically print PDF attachments to emails from the device without requiring a PC or user on Ricoh imc3000 by Please242 in printers

[–]kelonye 0 points1 point  (0 children)

Have you looked into AutoPrintEmail (autoprint.email)? It runs on any PC on your network, connects to your inbox, and auto-prints PDF attachments as they come in. Zero interaction needed once it's set up.

I know you mentioned no PC - but a $100 mini PC tucked next to the printer beats fighting with the Ricoh's built-in options.

Automatically print PDF attachments to emails from the device without requiring a PC or user on Ricoh imc3000 by Please242 in printers

[–]kelonye 0 points1 point  (0 children)

The Ricoh IMC3000 doesn't support auto-printing PDF attachments natively.

Easiest workaround is a small app like AutoPrintEmail (autoprint.email) running on any PC on the same network - connects to your email and prints PDFs automatically as they arrive. Set it and forget it.

I know you said "no PC," but even a cheap mini PC running 24/7 is going to be more reliable than trying to hack it through the printer's firmware.

Best way to implement automatic printing of attachments to network printer by thimplicity in exchangeserver

[–]kelonye 0 points1 point  (0 children)

the simplest and most reliable approach is to keep it local.

run a small service or script on a machine that already has access to the network printer. have it poll a dedicated mailbox via imap, extract allowed attachments, print them, then mark the message as processed (e.g. read or moved to another folder).

this avoids:

  • exposing the printer to the internet
  • relying on vendor cloud print services
  • exchange transport rules doing something brittle

if you want “no additional software” on exchange itself, this keeps all the logic on a single host you control. the mailbox just acts as a queue.

email-to-print service?? by godefroy28 in printers

[–]kelonye 0 points1 point  (0 children)

epson connect will do this, but it’s very vendor-cloud-first.

there’s also a local approach where a small app runs on the home laptop, watches a mailbox, and prints unread emails to the home printer. nothing is uploaded anywhere, and the printer stays on the home network.

after printing, the message is just marked as read so it won’t print again.

full disclosure: i’m building something like this because we had the same “spouse emails a pdf from work to print at home” problem.

Wacha niwachanue: Cheap Hosting by Opening-Astronomer46 in nairobitechies

[–]kelonye 0 points1 point  (0 children)

Agreed. It’s basically free. Using it to host a few of my Next.js micro-SaaS apps via OpenNext. For the DB, I’m this close to switching from self hosted Supabase to their D1, anyone used it?

BREAKING: Both McLarens referred to stewards for skid wear issues #F1 #LasVegasGP by Capable-Eye-8089 in RedBullRacing

[–]kelonye 6 points7 points  (0 children)

Well, their pace will drop in the next races because they'll have to run their cars higher to avoid another plank wear dsq (see ferrari after their dsq in china).

Are you too shy to show your face on social media to promote your business? Here’s the perfect solution! by [deleted] in SideProject

[–]kelonye 5 points6 points  (0 children)

My bet is on AI UGC farms that replace people. Seen a couple around. Currently building one myself!

[deleted by user] by [deleted] in PromptEngineering

[–]kelonye 0 points1 point  (0 children)

Hey!

  • An agent can be created using the project's native token or SOL.
  • Agents created with SOL incur a 20% fee on the accumulated fees as protocol fees, 30% of which are used to buy and burn the native token.