Portal, V6.1
Enable e-mail
To use the e-mail workflow action configure WCM to use your SMTP server.
- Edit...
WCM ConfigService.properties File location:
- Windows:
was_profile_root/PortalServer/wcm/shared/app/config/wcmservices/
- UNIX:
was_profile_root/PortalServer/wcm/shared/app/config/wcmservices/
- i5/OS:
was_profile_root/PortalServer/wcm/shared/app/config/wcmservices/
- Ensure the following settings are configured to use your SMTP server:
- connect.connector.mailconnector.defaultsmtpserver=mail.yourmailserver.com
- connect.connector.mailconnector.defaultfromaddress=admin@yourmailserver.com
- connect.connector.mailconnector.defaultreplytoaddress=admin@yourmailserver.com
- If you use a secured SMTP server, you will also need to specify a username and password to access the SMTP server:
- connect.connector.mailconnector.defaultusername=username
- connect.connector.mailconnector.defaultpassword=wpsadmin
- Save the WCM ConfigService.properties
- Restart the portal for the new settings to take effect.
Parent topic
Creating an e-mail action