Email Configuration Settings for CPQ
Email Configuration Settings for CPQ
Published on Sep 16, 2024
1 minute(s) read
Mobileforce CPQ supports approvals of quotes (that may contain discounts that necessitate approvals) via Triggers and Notifications in the form of emails. The default behavior of email notifications is to use a specific Mobileforce (no-reply) mailbox to send notification emails requesting approvals. If on the other hand, a customer mailbox is desired for sending notifications, then additional configuration would be needed. This is also the case for any notifications or triggers relating to the Joint Engagement Plan that are sent to customers by email.
The following property keys need to be set in the CPQ application in order to use a customer smtp server. The values below are representative and will need to be changed for specific mail servers.
<prop key="mail-smtp-host">smtp.office365.com</prop>
<prop key="mail-smtp-port">587</prop>
<prop key="mail-smtp-username">a@domain.com</prop>
<prop key="mail-smtp-password">********</prop>
<prop key="mail-from">CPQ<proposals@domain.com></prop>
<prop key="mail-bcc">apps@mobileforcesoftware.com</prop>