#[SOLVED] Multiple email setup

15 messages · Page 1 of 1 (latest)

novel musk
#

Is it possible to configure appwrite with mailgun in such a way that i can send emails from different emails or is there always just one globally used? I want to use login@mydomain.de for magic link authentication and newsletter@mydomain.de for ads and maybe even more in the future.

viscid tiger
#

Normally, you just need to update the sender info within the templates section for Verification, Magic URL, etc., giving each one a unique sender info.

As for ads, I believe you can do it from the Messaging section, which is fully customizable.

novel musk
viscid tiger
#

The same thing goes well with Messaging. In addition to providing multiple SMTP providers, you can also use your current provider.

#

If you have only one SMTP provider and want to customize the sender info, you can add your current provider twice (numbers are optional) with different names. Then, update each sender ID. This is just my workaround 😄

novel musk
#

Or did you mean you create multiple providers here /messaging/providers?

novel musk
# viscid tiger

But how do you select a specific provider in the code, for sending an email for example?

#

ah i think you can just create the targets programmatically and enter the provider used for it and then send the mails by entering the targets on creating a message

#

thanks man, thats nice

chrome crow
#

Can I mark it as solved? @novel musk

novel musk
#

Multiple email setup [SOLVED]

chrome crow