Posts by user2227682 • 36 points
2 posts
-
0
votes2
answers198
viewsA: Laravel Authorization for Multi Authentication
Cara I need to do the same thing, please let me know. I have my second Guard and I also need to access the Gate for another Model
-
2
votes3
answers1649
viewsA: Send email with STARTTLS porta 587
Try to change that props.put("mail.smtp.ssl.trust", "smtpserver"); by your client’s smtp, as your client’s smtp should not be smtpserver sure? Ex: props.put("mail.smtp.ssl.trust",…