4,468 Topics

Member Avatar for
Member Avatar for jacob21

How I can add as so many as <input type="file"> same as in GMAIL (add Input Type File dynamically) and send all attachments into an email. Example: If select 10 files then it should be send into email.

Member Avatar for phoenix_2000
0
72
Member Avatar for brainfo

Am trying to create a mail funciton from php. It showing error like [CODE]Mail() [Function.mail]: Failed To Connect To Mailserver At "localhost" Port 25, Verify Your "smtp" And "smtp_Port" Setting In Php.ini Or Use Ini_Set()[/CODE] i cheked my php.ini file also in directory C:\wamp\bin\apache\Apache2.2.17\bin\php.ini. I found [CODE] SMTP = localhost …

Member Avatar for pritaeas
0
17K
Member Avatar for lcfjoertoft

First I tried getting a SQL query into an array, and then mail it. Made the data incomprehendable. So someone told me to use CSS to build a table format, filling it with the array. A LOT of hard work (since I had to learn css all the way from …

Member Avatar for Unhnd_Exception
0
930
Member Avatar for Danny159

Hey, My code epic fails... I get delivery failed when sending an email to the email addess that pipe's to this script: [CODE]#!/usr/bin/php -q <?php ini_set('memory_limit', '256M'); //The concern here is having enough mem for emails with attachments. // read from stdin $fd = fopen("php://stdin", "r"); $email = ""; while …

Member Avatar for Danny159
0
100
Member Avatar for Dean_Grobler

Hi guys, So like the post header suggests. What is the best email address to use with your own-name domain? Mine is deangrobler.com. Currently the address is [email]dean@deangrobler.com[/email] but that just seems to have too many 'deans' in there. Any other creative ideas?

Member Avatar for shineyray
0
222
Member Avatar for briandapice

I need to create a very simple script with php. Just a simple form with an input field for the users name and another for the users email address. They click submit, and the script sends an email to that address, while attaching a PDF file that I specify in …

Member Avatar for qazplm114477
0
467
Member Avatar for rakibtg

hello there, i have a php e-mail script which i am using for my website where users can submit their website. so i wish to add a reciprocal link checker script which can be act just like Google rEcaptha in my php email form. if my site link can't be …

Member Avatar for skraps
0
216
Member Avatar for Seesharp

need to check an SQL Server database (not asp.net membership) to see if an email is already in use before allowing the user to register. I have tried using the information in this website but it does not seem to work. Your help will be much appreciated

Member Avatar for Sarama2030
0
178
Member Avatar for cliffcc

I use the Xampp software. My computer is connected to voucher. I don't know how to send the email out on localhost! Any software is needed ? How to change the file "php.ini"?

Member Avatar for Smeagel13
0
136
Member Avatar for abhi10kumar

How I can send email from localhost. I am using XAMPP in windows 7; and I want to send on GMail

Member Avatar for dean8710
0
84
Member Avatar for divyakrishnan
Member Avatar for dean8710
0
95
Member Avatar for pallen

I am adding a page to my site that allows doctors to send me referrals. Some of the data will be highly sensitive, so I need to be sure that it is handled as securely as possible. The data doesn't get stored in a database. It is simply emailed directly …

Member Avatar for urtrivedi
0
138
Member Avatar for jithusdani

hi freinds,, In my application i have to send email to a specified email, I have done this and its working fine , Now I want to send some word attachment in the same email id. The word attachment will select the user through the application as browse option just …

Member Avatar for dean8710
0
167
Member Avatar for rimilbadal

i have a page that has a textarea (id="elm1") i post this value to the same page when a submit page is clicked to send the value of the textarea in a html mail the textarea will contain html code but when i use it only the text comes in …

Member Avatar for rimilbadal
0
931
Member Avatar for JSR

Hi Guys, new to this forum, kinda new to PHP in general haven't been using it long, mostly creating forms for database and custom CMS modules. Anyway, i'm building a html email tool from the ground up and just need some help with one thing. How do i convert values …

Member Avatar for sush.princess
0
372
Member Avatar for drewpark88

Hey Guys, I haven't touched PHP in awhile so I am kinda rusty. I made a validation method within my new request invite class and need some help. I took out all the other code that works so we can focus on checking if email exists. I am trying to …

Member Avatar for drewpark88
0
161
Member Avatar for WickidGRAFX

I simply need to check my mail server for new email messages and be able to search them by email address. I don't need to load the messages just check for new ones. Here's the scenario. I have table that lists models I have contacted. I want to run a …

0
62
Member Avatar for davy_yg

I get this error when trying to send e-mail form with PHP Mailer 5.1: SMTP Error: Could not connect to SMTP host. Error sending: SMTP Error: Could not connect to SMTP host. [CODE] <?php require("PHPMailer5\class.phpmailer.php"); $mail = new PHPMailer(); $mail->IsSMTP(); $mail->SMTPAuth = true; $mail->SMTPSecure = 'tls'; $mail->SMTPSecure = 'ssl'; $mail->Host …

Member Avatar for davy_yg
0
1K
Member Avatar for london-G

Hello, I am currently learning PHP. I am trying to implement a sign up page. The name at the same email address of the users in the database should give me an error message. I don't know how to start with. I started this by searching the emails in the …

Member Avatar for Stefano Mtangoo
0
118
Member Avatar for jrivera

I have an Exchange account setup in Outlook 2007. I've been racking my brain on how to set up e-mail rules such that they'll show up in Outlook and be server-side rules. The odd thing is that I have server-side rules set up in OWA (even though the rules have …

0
150
Member Avatar for dhosthee

We are developing a email web site.but we are facing problem in receiving and validating the mail.i have the following doubts.can you please help me in clarifying these??? one more important thing is we are not using squrrelmail, qmail etc. how do we receive emails for users in email web …

Member Avatar for chrishea
0
145
Member Avatar for extjac

Hello, how can i send an email every 10 min? I want to query the database and then send an email.

Member Avatar for pritaeas
0
83
Member Avatar for gal7

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

0
128
Member Avatar for bikashdas

Hi Is there any way to do nested mail merge in vb.net . i can do only simple mail merge. but not nested mail merge. My Code gives: [code] <District1> <District2> <District3> [/code] What i want [code] <District1> <Code ID><Code Name> 1 pcs 2 pcs <District2> <Code ID><Code Name> 14 …

Member Avatar for bikashdas
0
400
Member Avatar for shairblogger

Hi, If you need any assistance to linux Operating System / Bulk email Marketing servers for sending lots of emails then please contact linuxfreak1985 on [url]http://freelancer.com[/url], his ID there is linuxfreak1985. He helped me a lot with the server setups and bulk email marketing services, he is excellent guy. His …

0
102
Member Avatar for hindu times

Hi there, I'm working on someone else's site, and I need to add something to their form to make sure that the email address people enter is the correct format (i.e. it has a @ sign and a "."). It currently only checks if there is anything in the field …

Member Avatar for MeSampath
0
157
Member Avatar for bbizzl

Hello! Currently I have a form where the user can submit emails in a comma separated format to the $row in database $contacts. How can I set this up correctly so the user can email their contacts? As of right now the script emails everybody but just not in the …

Member Avatar for pritaeas
0
159
Member Avatar for jacob21

Hi I am new to asp.net/c#.i am trying to send email. Its working fine in some servers but getting below error on one server. Acc. to my understanding its due to config file.Is it possible 2 config file in single project. Need suggestions. Compilation Error Description: An error occurred during …

Member Avatar for jacob21
0
130
Member Avatar for adamfhs

I am 16 and have been trying to learn VB for a few months. I am trying to make a text box the user of the program can type in and when the are done they can click a button and it will be sent to my email. Im having …

Member Avatar for WaltP
0
155
Member Avatar for intelgy

[B]Hello everyone, I'm new to PHP and creating an advertising website for massage therapists. On the profile page I'm creating a button so anyone can click on to send the advertiser an email. I created a page called profile_sendemail.php which contains the form to send the email and here is …

Member Avatar for the_traveller
0
291
Member Avatar for adamfhs

Im 16 and have been working with Vb for a few months when i have time. I am trying to make a text box that when the user of the program types into it what they have typed will be sent to [B]my email [/B]with a push of a button...Im …

Member Avatar for MonsieurPointer
0
157
Member Avatar for xofth

i am runing this script it is fine for one contect but when i try this on 4 recepients it is not working just showing this error.. Fatal error: Maximum execution time of 30 seconds exceeded in D:\Hosting\8011955\html\admin\newsletter.php on line 60 please help me to improve this code.. Thanks i …

Member Avatar for Stefano Mtangoo
0
147
Member Avatar for andersiversen

Hi I used the script from this old thread: [url]http://www.daniweb.com/web-development/php/threads/60795/page3[/url] on a vps I have running drupal on a lamp stack. I'm fetching the email address to send to from my database and then loops through all fetched addresses and sends the mail. It works brilliantly, but my problem is …

Member Avatar for kevindougans
0
137
Member Avatar for mustafaneguib

hi, who here thinks that the existing email clients such as thunderbird, outllook, gmail, yahoo, hotmail, etc... are old fashioned and outdated, and a new way to view email should be invented?? what do you have in your minds??

0
61
Member Avatar for xofth

having much problem in email. i tried everything..but dont know whats hapening im getting simple plain text email while im sending the html input [CODE] { $from_name= ADMIN_NAME; $from_email=ADMIN_EMAIL; $subject="Simple html email"; $message = '<h1>Hello, World!</h1> </br>'.$_POST['msg']; $headers = "From: $from_name <$from_email>\r\n"; $headers .= "Reply-To: $from_name <$from_email>\r\n"; $headers .= "Return-Path: …

Member Avatar for cwarn23
0
337
Member Avatar for gsting_88

How to verify email address whether exist or not in asp c#? I have search google about it, but there are no one clear's solution.. I need all help!!! Thank You.

Member Avatar for Mitja Bonca
0
302
Member Avatar for paresh_thummar

Hi friends I am learning GOOGLE API I got error : Invalid Signature Here my code Any body have idea And thx in Advance [CODE] function GetRequestToken() { $consumer = 'MY_CONSUMER KEY'; $secret = 'MY_COSUMER_SECRETE'; $callback = 'http://localhost/Gcontacts/welcome/redirection'; $sign_method = 'HMAC-SHA1'; $version = '1.0'; $scope = 'https://www.google.com/m8/feeds/'; $path = "/accounts/OAuthGetRequestToken"; …

Member Avatar for paresh_thummar
0
271
Member Avatar for shhahid

I have some problem getting messages from my hotmail account to Windows Live Mail in my laptop. I reinstall Windows Vista as clean install and install every thing But when i install Windows Live Mail and setup my hotmail account i don't know why its not getting my messages. Whereas …

Member Avatar for phoenix_2000
0
228
Member Avatar for Stefano Mtangoo

Hi, Is there tutorial somewhereto use Python with EWS? I'm trying to develop a program that will interact with Microsoft Exchange Server without using managed services Thanks

0
101
Member Avatar for strongpot

I have two tables. tbl_clients and tbl_projects. They both contain auto incremented primary key columns. For adding new projects to tbl_projects, I use tbl_clients' clientname field to populate a dropdown menu on the new projects html form. The user chooses a client name from the menu, and the primary key …

Member Avatar for strongpot
0
617
Member Avatar for happygeek

Anyone who uses Twitter, and has at some point posted a link to something interesting, will have almost certainly used a URL-shortening service such as bit.ly for example. Now the spammers are exploiting the popularity of such link-reduction services by establishing their own fake URL-shortening services in order to redirect …

Member Avatar for sufalamtech
2
496
Member Avatar for mrhankey

hi, i am looking at a way of integrating an email system where users can check their own email from within the system and email from it. basicaly within the cms they should have the ability to login to their pop3 email if possible. only problem is that the cms …

Member Avatar for mrhankey
0
77
Member Avatar for n c vyas

We are a small organization. We have installed local area network at our office. Email is our main communication tool. We have a following query: 1. Can Emails be delivered on the desk of the user without internet? 2. Which product is the cheaper and yet efficient?

Member Avatar for aneechopper
0
68
Member Avatar for emiola

Hello, I need my web users to send an uploaded file along with their registration data. The form will be sent via email while at the same time, the uploaded file will be stored in a folder on my server. Take a look at the code please: [CODE] <?php if(isset($_POST['email'])) …

Member Avatar for somedude3488
0
271
Member Avatar for rahulvramesh

How do i do this automatically, anyone know of a script , given a username, it creates a user account and email address. plz help me

Member Avatar for diafol
0
114
Member Avatar for Stefano Mtangoo

Hi, Is there a way I can access the Exchange Mails/Calendars/Addressbook without .NET or non cross platform thing? I want to access them with C++ but on both MS and Linux I was looking at EWS but it seems it is tied to MS and .NET Please share with me …

Member Avatar for Stefano Mtangoo
0
172
Member Avatar for dmarino1

I have a database with a list of process owners. The users of this database wants the process owners emailed when a form is updated with a click of a button. I can email to one person using a macro but this requires additional codeing which I am not all …

Member Avatar for dmarino1
0
247
Member Avatar for sammeras

Hello, I had 4 dedicated server, and i wanna ask some question for the experts here. I have dating website, and i have a lot of activities, this activities send mails to the members: - A send to B messages, B get message to his mail. - A like B, …

Member Avatar for sammeras
0
312
Member Avatar for kscraja

Dear Saravanan Babu & Gnair, I need a help regarding fn key. I have vaio-pcgfx390k and installed XP pro on that. I don't have HKServ.exe app installed (i didn't use sony's disks). Hence i am not able to use the Fn key facility. I searched sony support etc. but of …

Member Avatar for VPCEB26FG
0
5K
Member Avatar for cbwhellmouth

Hi guys, I have a feeling there's something small I'm missing from this code. I'm trying to add captcha to an existing contact form that I use. The captcha image displays fine, but regardless of what I enter, the email gets sents and I'm redirected to my thank you page. …

Member Avatar for cbwhellmouth
0
193

The End.