🔴 January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.
  • Recent
  • Dark Theme
  • Login

UVdesk

  • Dark Theme
  • Login
  • Search
  • Recent

Solved Amazon AWS SES Email (IMAP/SMTP) configuration

Technical Help
4
10
1.7k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C
    CamiloTirado last edited by 4 Jan 2021, 13:35

    Hello guys, i've installed UVdesk for the first time and tried to configure SMTP and IMAP wiht my AWS SES (Simple Email Service) but when i try to set the host, email and password keeps telling me that the inbox doesn't exist.

    Is there a way to configure AWS SES?

    Best regards,
    Camilo T

    peopleinside 1 Reply Last reply 5 Jan 2021, 14:50 Reply Quote 0
    • peopleinside
      peopleinside EX helping member @CamiloTirado last edited by 5 Jan 2021, 14:50

      @CamiloTirado Hi, what settings are you using?
      What are you inserting in UVdesk for configure the SMTP?

      Take a look at the guide: https://www.uvdesk.com/en/blog/setup-mailbox-uvdesk-open-source-helpdesk/

      💬 You can also ask help on GitHub Discussions
      🔴 I am no more active on Uvdesk
      🔴 Forum support is inactive!

      1 Reply Last reply Reply Quote 0
      • C
        CamiloTirado last edited by 5 Jan 2021, 15:28

        Hi @peopleinside , thanks for your reply, to configure the SMTP i've followed the same guide, i'm using this settings:

        30d82890-1c3e-4770-b3bc-586abe2ae5d8-image.png

        and in the IMAP settings i'm using this:

        f2f3a44e-886b-48ad-87c0-47622c387370-image.png

        Of course i'm using the email and password of my account, but when i run the manual fetch for example to get all the emails as tickets, it keep saying that my inbox doesn't exist.

        peopleinside 1 Reply Last reply 5 Jan 2021, 15:31 Reply Quote 0
        • peopleinside
          peopleinside EX helping member @CamiloTirado last edited by 5 Jan 2021, 15:31

          @CamiloTirado on the host you may not need to use something like this: {domain.ext:993/imap/ssl}INBOX as the guide I mentioned explain?

          💬 You can also ask help on GitHub Discussions
          🔴 I am no more active on Uvdesk
          🔴 Forum support is inactive!

          1 Reply Last reply Reply Quote 0
          • C
            CamiloTirado last edited by 6 Jan 2021, 21:46

            hi @peopleinside , already tried that and doesn't work either, maybe UVdesk doesn't support SES Aws email?

            peopleinside 1 Reply Last reply 6 Jan 2021, 22:48 Reply Quote 0
            • peopleinside
              peopleinside EX helping member @CamiloTirado last edited by 6 Jan 2021, 22:48

              @CamiloTirado I dont know because I don't use SES Aws email. You may try to configure another different email address not SES Aws email for see if you are able to make it work.

              💬 You can also ask help on GitHub Discussions
              🔴 I am no more active on Uvdesk
              🔴 Forum support is inactive!

              1 Reply Last reply Reply Quote 0
              • 13 days later
              • Sanjeev
                Sanjeev developer UVdesk Staff last edited by admin 20 Jan 2021, 06:25 20 Jan 2021, 05:33

                @CamiloTirado

                You can directly replace or add you config in backend in swiftmailer.yaml (under config/packages) file as done in below screenshot.

                54c1a748-18a6-4ce2-9a1a-38d750812086-image.png

                mailer_0704 - it will be the default mailer by which all mails will be sent https://prnt.sc/x9fj27
                https://prnt.sc/x9fmdz

                And make a try if it works for you !!

                1 Reply Last reply Reply Quote 0
                • 10 months later
                • H
                  HotToddie last edited by 9 Nov 2021, 19:24

                  I created a manual configuration similar to the one listed above by @Sanjeev. This works fine for sending on the command line

                  php bin/console swiftmailer:email: send
                  

                  However I get no emails when using the UVdesk interface and I'm not seeing anything in the logs that tells me what's going on. Amazon Web Services (AWS) Simple Email Server is a requirement for us to deploy customer-facing solutions, so using Gmail for outgoing email won't work for us. I'm guessing it is something simple i'm overlooking. I've read about AWS SES requiring base64, so perhaps there's a config i need to do to force this, though i wouldn't think that would be an issue since I can send email through swiftmailer just fine using the command line.

                  1 Reply Last reply Reply Quote 0
                  • Sanjeev
                    Sanjeev developer UVdesk Staff last edited by 10 Nov 2021, 04:33

                    @CamiloTirado

                    Currently we have used swift mailer normal email sending process in code as we are sending email using this.

                    For Amazon AWS you need to update some code for the same to send using Amazon AWS here.

                    You can check below link for help.
                    https://stackoverflow.com/questions/69093958/error-while-sending-email-from-symfony-mailer-via-aws-ses

                    1 Reply Last reply Reply Quote 0
                    • H
                      HotToddie last edited by 10 Nov 2021, 17:54

                      Does the following command not use swiftmailer normal email sending?

                      php bin/console swiftmailer:email:send
                      

                      When using this with my configuration everything works using AWS SES so it doesn't make sense that I'd need to do anything special unless i need to reformat like 464 as you describe. I'll try to determine how to do that. The reference link you sent is fairly vague and I'm not a php developer so I'll play with this a bit more but so far (I'm guessing I just need to fix which fields are passed such as the sender), I keep getting failures when I clear cache so I'm concerned I'm breaking other things.

                      1 Reply Last reply Reply Quote 0
                      6 out of 10
                      • First post
                        6/10
                        Last post