Setup SMTP for Use with PanatrackerGP
Configure SMTP email settings to enable PanatrackerGP to send automated email notifications.
Configure SMTP in IIS Manager
- Open Internet Information Services Manager:
- Press Windows + R to open the Run window, then type
inetmgr
- Alternatively, open the Start Menu and search for IIS Manager
- Expand the server in the left column.
- Expand Sites.
- Click the PanatrackerGP site.
- In the main section of the IIS window, double click SMTP email.
- Enter the details for your SMTP configuration:
- E-mail address — The email address you want messages sent from
- SMTP Server — The SMTP Server address
- Port — Enter
25 if not using SSL, or 587 if using SSL
- If you use login credentials to authenticate to your SMTP server, specify credentials in the Authentication Settings section.
- Click Apply in the right-hand column.
Configure SSL Settings (If Using SSL or Credentials)
If you are not using SSL, you are finished and should be able to send emails through PanatrackerGP.
If you are using SSL or credentials:
- Open the
MailSettings.config file located at:
C:\Program Files(x86)\Panatrack\PanatrackerGP_V7\Portal
- Open the file in Notepad.
- Immediately following the
username="username" section, add the following:
enableSSL="true"
- Save the
MailSettings.config file.
You should now be able to send emails through PanatrackerGP.
Related Articles
Setup Gmail with PanatrackerGP
To configure PanatrackerGP to send email through Gmail, you need to modify the mail settings configuration file. Configuration Steps Navigate to the Portal folder in your PanatrackerGP directory. Open the mailsettings.config file in a text editor. ...
Setup Gmail with PanatrackerGP
Open the mailsettings.config file located in the Portal folder of your PanatrackerGP directory. Modify the file to appear as below: <?xml version='1.0' encoding='utf-8'?> <configuration> <system.net> <mailSettings> <smtp from="youremail@gmail.com"> ...
SMTP Configuration for Automated Email Alerts
The PanatrackerGP application has the ability to send emails to inform administrators and users of system-level or transaction-related troubles. PanatrackerGP sends these emails via your SMTP server. During the installation and setup process, we'll ...
GP Manufacturing Setup
To use transactions for GP Manufacturing, a .cnk file needs to be installed and additional configuration completed within GP. GP Manufacturing requires a dedicated desktop with GP open to process transactions. Install Instructions Open and run ...
Dynamics GP Setup Support
PanatrackerGP extends Dynamics GP to mobile devices for capturing inventory transactions. Understanding GP's inventory features enhances your PanatrackerGP implementation. Multiple Bin Tracking Multiple bin tracking requires bin selection for every ...