OPTIMUS currently supports email through OUTLOOK client running on the computer or server.
It uses the installed windows COM files to automate email sending natively from OUTLOOK.
This is the preferred method for most enterprise deployments of OPTIMUS, as it does not require any further configuration or access for email sending, apart from the standard OUTLOOK already installed on the user's computer.
Formatting Email Body
For simple email messages, you can format and template your email body in Excel directly.
For more complex email content structures, you can leverage Jinja templates.
Some useful guides on dealing with some common issues when setting up the HTML body of your email template
Outlook Storage Management
-
How to change the PST file location
- Use Symbolic Link to change PST file location. Move file to new location and create a symbolic link e.g.
cmd /c mklink "C:\Users\user_account\AppData\Local\Microsoft\Outlook\email@mail.com.ost" "D:\Outlook\email@mail.com.ost"
- Use Symbolic Link to change PST file location. Move file to new location and create a symbolic link e.g.