In previous ICM versions, the email addresses of sender and receiver for quote notifications were hard-coded in the pipeline ProcessQuoteRequestNotifications
(app_sf_responsive_b2b).
The pipeline ProcessQuoteNotificationsExtension
also used the from email address which is now fixed. Now the email addresses can be configured in a common way.
The email addresses can be configured in a common way by using the following application preferences:
QuoteNotificationEmailFrom
QuoteNotificationEmailTo
The default value for the preference definition can be configured via DBInit in the properties file com.intershop.application.responsive.webshop.b2b.dbinit.data.preference.PreferenceDefinitions.properties (cartridge: app_sf_responsive_b2b).
# # Quote Notification Preferences # QuoteNotificationEmailFrom=ChannelPreferences;3;;true;info@test.intershop.de;false QuoteNotificationEmailTo=ChannelPreferences;3;;true;info@test.intershop.de;false
The values can also be configured per channel via domain preferences.
IS-22126 - Wrong MailFrom ParameterBinding in ProcessQuoteNotificationsExtension.pipeline