Nothing inspires like coffee. Give it to me
=)
https://www.buymeacoffee.com/inverser
#php #mail #swiftmailer
Code here:
https://inverser.pro/218
Timestamps:
00:00:00 Course explanation, sendmail, mail explanation - PHP functions.
00:06:38 Service for checking email mail-tester.com + MX and TXT records for the domain
00:07:16 What are we going to do
00:09:52 We create a base for interaction with the data of conditional users
00:24:10 connect composer, start writing code
00:30:16 Created classes for connecting to the database via PHP PDO, I explain them
00:39:34 PHP PDO database fetch test
00:45:36 A small script to load test data into the database
00:50:56 Connecting swiftmailer PHP
00:52:01 Details explained swiftmailer
00:54:22 Explanation of almost "combat" when swiftmailer
01:00:06 Do you want your sent emails not to go to spam? Find out how...
01:09:05 Interaction with the database, sending a test email using swiftmailer
01:29:03 Sending a letter with credentials from the database using swiftmailer
01:44:04 Sending an email to check email using swiftmailer
01:48:27 Mass sending emails with swiftmailer
01:57:59 Email activation check
02:17:44 Sending login data to the user's email
02:24:35 User unsubscribe from our mailing list
02:27:08 Where can I get the code and database (source)?