User Profile
Collapse
-
looks like i did waste my time, im just gonna keep trying till i get it done. thanks anyway -
what you suggest me to do, can you give me some code that i can just copy and paste thank you RabbitLeave a comment:
-
here is the updated code, it says "It's Sent" but i dont see any emails coming thank you Rabbit
...Code:<?php require_once 'library/config.php'; $qe = "SELECT `cust_id`, `cust_name`, `cust_email`, `cust_phone`, `cust_address`, `cust_city`, `cust_state`, `cust_country`, `cust_pin`, `cust_spec_note` FROM `sland_pizza_customer` WHERE 1"; $re = dbQuery($qe); if(dbNumRows($re)>0)
Leave a comment:
-
its same as the above code, it does not sends them one by one! it sends them all together, i want to send them one by one. thanks RabbitLeave a comment:
-
hi Rabbit thanks for help but that did not fix my problem its still showing all the email recipients that the emails where sent to, i want every customer to see only they email when they open the email
example: From: newsletter@your site.com and To: customer@whatev er.com
instate of From: newsletter@your site.com
To: customer@whatev er.com, customer2@whate ver.com, customer3@whate ver.com, customer4@whate ver.com...Leave a comment:
-
How to send e-mail to multiple recipients from database individually
hi i'm currently sending multi email recipients in one go is it possible to send it individually? please help thank you.
...Code:<?php require_once 'library/config.php'; ?> <?php $qe = "SELECT `cust_id`, `cust_name`, `cust_email`, `cust_phone`, `cust_address`, `cust_city`, `cust_state`, `cust_country`, `cust_pin`, `cust_spec_note` FROM `sland_pizza_customer` WHERE 1";
Last edited by Rabbit; Sep 25 '14, 06:56 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More
Leave a comment: