How to set dynamic SMTP details laravel

后端 未结 2 1906
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-22 10:52

I am working with a project where i need to update SMTP details on every admin login. I am storing the details in database, what is the best way to do that.

2条回答
  •  日久生厌
    2021-01-22 11:06

    I think this should answer your question: https://laravel.io/index.php/forum/07-22-2014-swiftmailer-with-dynamic-mail-configuration

    Just store it in a database table and use the Config facade to set the details on the fly.

提交回复
热议问题