Currently, I'm using sendgrid as email service in my Laravel applications. I just curious to know can I use my server's SMTP details to send emails, like in WordPress.
- check config/mail.phpIndra– Indra2019-07-31 10:29:25 +00:00Commented Jul 31, 2019 at 10:29
- Yes, I saw that. I can add SMTP details. But is it working like that WordPress mail function?Fortunaglobal Development– Fortunaglobal Development2019-07-31 11:08:54 +00:00Commented Jul 31, 2019 at 11:08
- I don't know how WP works, but you can absolutely send emails.Indra– Indra2019-08-20 15:12:44 +00:00Commented Aug 20, 2019 at 15:12
- stackoverflow.com/questions/40858896/… please check this link, you will get your answerAjay Kumar Chawla– Ajay Kumar Chawla2021-12-26 08:48:16 +00:00Commented Dec 26, 2021 at 8:48
Add a comment |