How to setup in Creatio 8.2.0.4183 an SMTP server without authorization? I have an SMTP server to send email from devices and systems with the basic setup, so SMTP is listening on port 25 and is accepting all system without authorization as we have a white list of IP's and domains which can send email using this SMTP server.
Hi, If you want to integrate your SMTP server for sending emails, you need to create a new mail service. Fill in all the parameters, such as address, port, and security protocol. Then, add a mailbox using this mail server.
I did this like that but in the last step when I want to add new email I have to insert password. When I can click "Sign in" without password then nothing happen. When I add fake password then I have such error:
And I full understand this error as our server is configred in that way:
2.1 You can also try to add regular gmail account using app pasword to check if EL works correctly.
3. Check the application logs for errors ( ....0/logs/Sync/EmailListener) —there might be issues related to accessibility or other security parameters.
4. Verify that the toggle for IMAP server connection is disabled in the mail server settings.
If the issue persists, we recommend contacting Creatio technical support for a more detailed analysis. (Support@creatio.com)
I next it a must to add a password! Without password when I'm clicking SignIn nothing is happening. Even if the server is not using authentication. So i need to insert fake password. It doesn't matter what kind of character. So, I'm inserting for example "1" and I can click SignIn and I can send test email:
So it looks that you need to do some workaround with fake password to use SMTP without authentication. It looks as a bug for me :)