Using and setting up SMTP emails in Printer's Plan Follow
Overview
Printer's Plan supports SMTP email integration, allowing you to send emails directly from your email address. It also supports IMAP to save sent emails to your email provider’s Sent folder. POP3 is not supported.
This guide covers the following topics:
How It Works
1. Printer’s Plan Feature Configuration
-
Identify your email provider.
Confirm compatibility with SMTP (Simple Mail Transfer Protocol). Some email providers may require additional authentication (App Password).
- Log in to Printer's Plan workstation.
- Go to Admin > Settings > General Settings > SMTP Settings.
Figure 1 - The SMTP Settings window within the Settings Tab
- Check Enable SMTP.
- Enter SMTP details: Username (Email), Email Password (or App Password), SMTP & IMAP Servers, SMTP and IMAP Ports
- Configure Sent Folder label to match provider (if necessary)
noreply@
).2. Printer’s Plan Email Template Configuration
Templates live at: ...\Printer’s Plan\Email
. HTML templates override TXT.
Figure 2 - The Email folder highlighted within the Printer's Plan installation directory
- Navigate to your Email Templates directory:
...\Printer’s Plan\Email
. - Right-click your HTML file, select Open with… > Choose another app.
Figure 3 - The Windows context menu within the Explorer (Work Resource) highlighting the options to Open With > Choose Another App
- Select Notepad, check "Always use this app", then click OK.
Figure 4 - The Windows Choose Another App context menu: More Apps window with Notepad highlighted
- Edit your HTML template in Notepad or use a visual WYSIWYG editor.
- Ensure subject line in each email template is plain text:
Subject: Example
- Save changes.
Email templates can include fields like [CustomerName]
, [InvoiceNum]
, [BalanceDue]
, and more. See the full list in the Available Email Template Fields article.
Printer’s Plan supports conditional "formula fields." Example: {IF [BalanceDue]>0 THEN "Balance Due: [BalanceDue]" ELSE "Paid in Full"}
. For details, see the Formula Fields article.
3. Printer’s Plan Email Workflow
- Open a Quote or Order
- Select Print & Email from the bottom-left.
- Click Email PDF on the bottom of the print window.
- Select email recipient.
- Preview email.
- Click Send.
4. Printer’s Plan Troubleshooting
Review logs at: ...\Logs\SMTPLogs\Smtp_Errors_Log
.
Smtp_Errors_Log
after issues—this log provides specific error details for quick resolution.Key Points
- SMTP & IMAP required; POP3 unsupported.
- Modern-auth providers require App Passwords.
- HTML templates override TXT for advanced formatting.
- Use
Smtp_Errors_Log
for troubleshooting.
Demonstration
If video doesn’t load, watch on YouTube.