Configure server settings for each user with email template module

0
Hi all   I want to use email with template module in my app. I want users to be able to send their own mails with templates configured but when I try to change the server settings for one user it automatically changes for everyone. Is there a way to prevent this or give everyone their own settings? I have never used this module before.   Thanks
asked
1 answers
0

 

This is a drawback of the email template module. It supports only one server configuration, which is used for sending emails. The only way around is to create your own ‘multi-server configuration’ support. 

I had to do the same on a couple of projects (although not linked per user).

answered