5 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for davidbcn

how to send mails individually instead of sending to all recipients together? my code is: function SendMail($msg,$subject,$addresses) { require "class.phpmailer.php"; //Fetch from email here foreach($addresses as $key=>$val){ $email = test_input($val); if((trim($email)=='') || (!filter_var($email, FILTER_VALIDATE_EMAIL))){ unset($addresses[$key]); } } $addresses=array_unique($addresses); $row = FetchAllsettingsCustomMailchmp(); //end fetch $mail = new PHPMailer(); $mail->PluginDir = ""; …

0
296
Member Avatar for archie.herbias

I need some help for the development of my website. I want to send and sms through jsp. anybody can help? i don't have any idea for this..

0
85
Member Avatar for gal7

I Have Email Sender Program and i want that the program could send email with images inside too. thanks

0
125
Member Avatar for anton24

I have a form which action is a php script. That script returns a header('Location: whatever.html'); Now my question is, would be a way through ajax/javascript to do that only the form were sent, but avoid or prevent the redirection to whatever.html? Also, if would be possible know the page …

0
104
Member Avatar for mossa

Is it possible to enter something else than null when calling the sendTextMessage function from the SmsManager?

0
107

The End.