PHP Classes

Send bulk mail messages to users email fetched from a database

Recommend this page to a friend!

      SMTP E-mail sending class  >  All threads  >  Send bulk mail messages to users...  >  (Un) Subscribe thread alerts  
Subject:Send bulk mail messages to users...
Summary:Users email and names are fetched from a Database
Messages:1
Author:ehos olivia
Date:2018-06-18 15:51:31
 

  1. Send bulk mail messages to users...   Reply   Report abuse  
Picture of ehos olivia ehos olivia - 2018-06-18 15:51:31
I want to send email messages to many users. These users email and names are fetched from a database, precisely MySQL DB.
Their emails and names are attached to the body of the message.
The body of the message is a custom css and html page.

Could you help, please, getiing these emails from the database(The PDO way), store in an array and send messages to these emails?