SMTP Relay password problem

Issue #351 resolved
Former user created an issue

Hi There, Thank you for a great software. I have been using the free docker version through Unraid. I have a problem with routing emails through a relay since my internet provider blocks port 25. I have been using a dynu email server as a relay however dynu require authentication and the password have to have an uppercase letter, a small case, number and a special characters.

The problem is that you can't use anything other than lower case letter in the field for the password or the system will reject the emails. can you please make the relay setting accept characters other than just small letters.

Thank you

Comments (6)

  1. Scott MacDonald

    Are you using the most current version? v2.0.7?

    Have you attempt to use Cut&Paste to copy the required password and paste into the password textbox?

  2. Scott MacDonald

    In your data volume, the location you specified in your docker run command you will find a file called "server.ini". You should be able to manually edit this file and insert the correctly formatted password. You'll need to restart your container so this change will take affect as you're manipulating the backend and bypassing whatever code is in place to restart the relevant services.

  3. SH repo owner

    Ahmed I have tested SMTP relay now and form itself and code which do the work accepts every char. Where exactly do you see the problem or how do you know it wont accept upper case? Is there problem with delivery or just html form wont save it?

  4. Log in to comment