Setup SMTP Resource with different senders

  • Goal: In our portal application we need to send e-mails on behalf of the logged in users via SMTP. Each user belongs to a different company, so we need to set different senders.

  • Steps: Unlike other resources, i can not set the resource attributes like username etc. in the target app, where i have put the SMTP resource. I can only set the username and passwort

  • Details: In SMTP Resource, i have HOST, PORT, USERNAME + PASSWORT
    When i add the SMTP Resource to the App, i can not override these settings.

Any workaround to achieve this?

Hi @whynot, I personally have not done something similar to what we are trying to implement, but I'm curious to see if there are other members of the Community that have been able to achieve this.

I am running into this same problem. I cannot have the email coming from the same address when multiple different people are logged in and sending emails in the tool. Any help would be great

We solved it with using a SMTP Service, having same credentials for all users.
Next, when using the SendMail component, we add the sender-email from the user.

So there might be no need to have different Username + passwort when going this approach.