-this remains for documentation purposes, the functionality is now in other areas -
The smtp config defines which email server the outgoing emails should be sent via. If you run exchange, this will usually be your exchange email server.
Here are sample configurations:
<smtpConfig host="email-server.lawfirm.com" port="465" auth="true" user="ourUserNameHere" pass="aPasswordHere"/> <smtpConfig host="email-server.lawfirm.com" port="25" auth="false"/> |
Please note that the user/pass that is used to send email needs to have permission to send email on behalf of all of the users that may sent mail via Patricia.
In the below instructions, we are going to use an exchange user called automation@aLawFirm.com to illustrate how to setup a user with permission to send for all in exchange.
To test the user you created has permissions, you can send an email using any SMTP client or command line interface as shown in attached screenshot. You can use credential of the user who has permission to send mail as respective user and set from id as that respective user.
|