Cant send email message from api user

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Maxim3500
    Junior Member
    • Aug 2021
    • 3

    Cant send email message from api user

    Sorry for possibly bad English

    I created personal email account for simple user. It works (test emails and simple emails sending works). Now i want send from this email through api user or through this user, but using api. In all cases, I get an error stating that smtp parameters were not found.

    I copied all request params from interface and do request using api - also get an error stating that smtp parameters were not found.
  • emillod
    Active Community Member
    • Apr 2017
    • 1405

    #2
    Did you tried to send email through GIU and then copy API request from browser console?

    Comment

    • Maxim3500
      Junior Member
      • Aug 2021
      • 3

      #3
      Yes, i tried. I copied all request params and did api request with this params. Result the same - no smtp params for user

      Comment

      • emillod
        Active Community Member
        • Apr 2017
        • 1405

        #4
        And email was sent without any issue? You're using the same user for api request?

        Comment

        • Maxim3500
          Junior Member
          • Aug 2021
          • 3

          #5
          through gui email sent without issues. Through api i tried the same user, tried api user - always the same error.

          Comment

          Working...