[PHP]emailto[][/PHP]
Im confused how do i make the php Email call this command?
[PHP]if($_POST['email_now'])
{
$to = emailto[];
$from = "";
$subject = "" .$quote;
$headers .= ''.$eol;
$headers .= ''.$eol;
$headers .= ''.$eol;
$headers .= "Message-ID: <".$subject.">" .$eol;
...
User Profile
Collapse
-
Ok, it seems to be kind of working, my next question would be how do i strip out duplicate email address? thanksLeave a comment:
-
Mainly i want the USER to be able to Select AS many AS theyd like to email one email to. OR if they would like to email them all. Im trying to get the code you gave me working right know, ill let you know if that was what i was looking for. Thank you....Leave a comment:
-
-
[PHP]
<?php
if($_POST['email_now'])
{
$to = $_POST['emailto'];
$from = "";
$subject = "";
$headers .= "".$eol;
$headers .= "".$eol;
$headers .= 'Return-Path: '.$eol; // these two to set reply address
$headers .= "Message-ID: <".$subject.">" .$eol;
//$headers .= "Message-ID: <".$now."...Leave a comment:
-
Ok, so that builds the menu, how do i take whats in that menu and email all of the clients that are brought up in that menu?
I need to be able to Click iether 1 or 20 of those items in that menu and be able to email the. Any ideas?Leave a comment:
-
Anyone have any idea what im trying to attempt here or what i have to do to make it work?
If you can help please by all means i would greatly appricate it. ThanksLeave a comment:
-
I see where your going with that, But i need to pull the emails from the database, they arent emails i put in myself. That Form is built off email address from the mySQL Database. How do i create the array from the emails in the database?...Leave a comment:
-
Its not allowing me to send to the email address the Form brings up. Right now i have it pulling about 15 email addresses from the Database and its not sending to them only one.Leave a comment:
-
PHP Array from SQL Database
What im attempting to do is pull email address from a database already built, i need to be able to select the email address depending on the date they are given.
Then i need to be able to Implode the list of email address so i can send out multiple emails to multiple Clients at one time. This is what i have so far.
*************** ***Form Application**** ************
<select name="emailto"...
No activity results to display
Show More
Leave a comment: