Skip to content

Emailing Driver Letters

Topic:

How Do I Email Letters to Drivers?

Configuration:

To email driver letters you first must set up your mail server settings:

  1. Open your C:\Windows\RL5.ini file and look for the Data=Path
  2. Copy the data directory and navigate to the \RapidLog\Data\Company\settings.ini file
  3. Add a new [Mail] section in the iniĀ file and following fields
    1. Server=(SMTP Server)
    2. Port=(SMTP Server Port)
    3. AuthUser=(SMTP Auth Username)
    4. AuthPassword=(Password)
    5. DefaultFrom=(Valid From email or same as Auth Email)
    6. DefaultReply=(Any reply email)
    7. LetterSubject=(Subject)
    8. LetterBody=(Body must be on a single line, no line breaks)

It should look something like this when you’re done:

[Mail]
Server=smtp.gmail.com
Port=465
AuthUser=user@gmail.com
AuthPassword=gmailpassword
DefaultFrom=user@gmail.com
DefaultReply=user@gmail.com
LetterSubject=Montly Review Letter
LetterBody=Please open the driver letter attachment and review.

Instructions:

  1. Make sure your drivers have a valid email address in their Driver Profile
  2. Go to the Reports Page and Select Simple Letters and select your date range and drivers to include
  3. Click on the Email to Drivers… button on the left
Cancel