PHPMailer is a simple program for sending email to a group of people at once. Simple text database to store all the email addresses into, although it is protected from people who snoop. Features ...
PHPMailer is a simple program for sending email to a group of people at once. Simple text database to store all the email addresses into, although it is protected from people who snoop. Features include, only 2 files to upload, add up to 100 addressees, use placeholders for people’s information when sending mail, add - edit - delete - addresses through the manage panel. _ Why use this instead of outlook express? _ _ 1. With outlook express when you send to allot of people their addresses will be seen to the people who you send to, when you send mail with PHPMailer it goes down a list and sends the email individually so that people will not see the everyone that you are sending to. _ _ 2. When composing a message, you can input special symbols in your message to represent data pertaining to that person. The current date and time when sending, the persons name, the persons email address or a special note that will be unique for that person. _ _ 3. It's easier!