909 Topics

Member Avatar for
Member Avatar for Techwriter10

A few weeks ago I received a Google Wave invitation from my friend [URL="http://www.knopf.com/"]David Knopf[/URL] (after publicly begging for one in my post [URL="http://www.daniweb.com/news/story227584.html"]Hoping to Surf the Google Wave[/URL]). Since then, I've had a chance to use it and I've seen the good, the bad and the ever-present potential of …

Member Avatar for flashfango
3
1K
Member Avatar for ivanwafoo

i used this code for email [CODE]$to = "somebody@example.com"; $subject = "My subject"; $txt = "Hello world!"; $headers = "From: webmaster@example.com" . "\r\n" . "CC: somebodyelse@example.com"; mail($to,$subject,$txt,$headers);[/CODE] however this error shows up Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or …

Member Avatar for bakir
0
2K
Member Avatar for terrirenner

Hello I am a asp newbie trying to send an notification email and update an access database at the same time. My database is being updated but the email portion is not working- the email portion is in php- Can I call it from my asp page and if so …

Member Avatar for ArtistScope
0
502
Member Avatar for joelchrist
Member Avatar for Queen007

I would like to ask is it beneficial having a lot of comments from the same website with a great ranking in alexa(400,00) but different IP address and different email address?

Member Avatar for barryt
0
167
Member Avatar for dottomm

Hello and Thanks in advance to anyone who can help me with this noob php query. I am trying to create a "share this record" tool in which a User can send another User a link to a record by displaying all the users in the User Table with a …

Member Avatar for dottomm
0
160
Member Avatar for gaabyy

hello :) So I sign in to my account and there's no problem, the thing is after a while it signs me out and enables my internet so i have to restart it so it works again, but there's no problem if I don't use Msn.. I have no idea …

Member Avatar for sanjuanair
0
293
Member Avatar for niall_heavey

Hello, I was just wondering if anyone knows of a way (or if it is possible) to change the current time display in outlook 2003 from the highlighted orange area that is on the main day and time bars to maybe having a bar that moves with the current time …

0
83
Member Avatar for rcavezza

I'm building an email application that filters emails with certain keywords out of my gmail inbox. Right now, it's working by running a cron job every five minutes and this is killing my server load. I'd like to know if there's a way to add a filter to IMAP so …

0
158
Member Avatar for EddieC

Wouldn't it be nice if you could track Gmail messages about specific features and bugs from within your defect tracking system? You can if you're using the open-source SugarCRM, thanks to a team of Italian developers that today launched [url=http://www.sugarforge.org/projects/dolcegmail/]DolceGmail[/url]. The new plug-in for Firefox links Google's browser-based e-mail system …

Member Avatar for emada
0
286
Member Avatar for s.butler1

I'm trying to create a page to send emails to contacts in my database. I started by embedding an array in the page and then used a text file, both were successful and now I'm trying to take the information from a database. [CODE]$setEmailArray = array ("email@domain.co.uk", "email@domain.com"); for($i = …

Member Avatar for s.butler1
0
968
Member Avatar for alazanski

Hi, Myself and a couple of other programmers have decided to make an online email client (similar to Horde or RoundCube...). And we're going to need all the help we can get. The whole thing is an open source project. So, if you know your way around MySQL and/or PHP, …

Member Avatar for diafol
-1
115
Member Avatar for Sabryan

Email marketing is a topic, where opinions differ greatly, some people say that it is very useful and helps a lot, others think that it's a waist of time, what about you?

Member Avatar for madisonaarris
0
397
Member Avatar for LJames

I need to create pages of address labels using VB Express, so no Crystal Reports. The end user does not have Office, so no mail merge either. I am using an Access table for data source. I need to be able to save it as a pdf so the documents …

Member Avatar for LJames
0
90
Member Avatar for Arsench

Hello world, I have a problem with sending email in PHP. I was sending many times with the same code, but now it doesn’t work and don’t know why. I’ve contacted with domain helpdesk, but they said that there are all OK and PHP server works properly. Please someone could …

Member Avatar for Randy Orton
0
103
Member Avatar for ChicagoOutfit

Hello! I'm looking to create a simple form with PHP that will allow users to attach multiple files. For example, I'd like to offer these five fields: - First Name (text) - Last Name (text) - Word Document (browse) - PDF Document (browse) - Excel Document (browse) I am new …

0
98
Member Avatar for lisahoneysmith

Source: [U][url]http://www.lost-password.net/products/passwordrecovery.html[/url][/U] Do you have a outlook e-mail? Microsoft Outlook 2010 offers premium business and personal e-mail management tools to more than 500 million Microsoft Office users worldwide. With the release of Outlook 2010, you get a richer set of experiences to meet your communication needs at work, home, and …

1
241
Member Avatar for hardgamer

Hi, I´ve found a code that is exactly what I need for a POS system based on web language that I am developing. What it does is send as soon as a pop-up window is activated, the information that appears (shopping items, quantities, etc.) to my email address (so I …

Member Avatar for diafol
0
309
Member Avatar for rakibtg

How to make a php mailing form that will send emails to my email address by checking spam and if spam email send to my email address then it will automatically remove the spam email. How i can make this type of php form? Is this types of script are …

Member Avatar for rakibtg
0
136
Member Avatar for Brickmack

I'm trying to make a simple email sender used for submitting problem reports on a program I am writing. The sender doesn't need to have changeable sender and receiver address, the address the program will use for sending the email will be the same always (for this example, 'example@example.com') and …

Member Avatar for griswolf
0
111
Member Avatar for feoperro

Hi, After a user has registered, if they do not respond to the email sent to activate their account: then what is responsible for deleting the pending registration? Is it a database script? Thanks, Ashton.

Member Avatar for feoperro
0
133
Member Avatar for Noorul Ariff

Friends... I'm doing INVENTORY project... front-end : vb.net back-end : Access I'm having PURCHASE, SALES tables... Now i wanted to send E-MAIL(with OPTIONS LIKE: ATTACHMENTS, to specific E-MAIL address, to ANY NUMBER OF E-MAIL ADDRESS, CC, BB) when i click BUTTON... i don't know how to do this... please help …

Member Avatar for Luc001
0
115
Member Avatar for AndreiZ3

Hi, I am trying to send emails from a mobile C# application that I am writing. There are heaps of articles online how to do this which is great. Everyone has: Using System.Net.Mail; reference at the top of the code. Problem is when I type System. there is no Mail …

0
81
Member Avatar for MysticalNomad

I have the following code that is very simple and gets information from form fields and mails it off. The issue is that when the email is received using Microsoft Outlook 2003 the message is blank and the actual message that is supposed to be there is an attached HTML …

Member Avatar for MysticalNomad
0
182
Member Avatar for Geertc

Hello everybody, for my application I want to implement a email-clickcounter, next to link-clickcounter. Most links and emails (mailto:) appear on a page that gives details about a search-result from my home-made searchmodule. I have set up the counting system like this : Every link is redirected to a click.php-file. …

Member Avatar for Geertc
0
155
Member Avatar for TraderX

Hello all... it's been a LONG time since I have last posted... but I have a question that I hope some guru(s) can answer for me. Ok... I have several websites... and I also have several emails (about 2 from each domain). Gmail has a feature that I send those …

Member Avatar for BSkiLLs
0
207
Member Avatar for iammirko

Hi, I recently bought a domain. As usual, the domain provider has given email accounts facility. The problem is that, I can access the email accounts only through the webmail address provided by the domain registrar (which has a pathetic interface) or through POP based email clients like outlook. Is …

Member Avatar for iammirko
0
165
Member Avatar for jp_mastermind

Hi, am currently trying to create a social networking website but I am having problem with the AJAX part... All i want to do is have a form to both insert the data in my database and to add this data dynamically to a table below it, thus each time …

0
97
Member Avatar for kcott

Hi, all - I am not an IT pro like so many of you, but a marketer tasked with maintaining a few company websites and am struggling to get the hang of it again (I used to maintain a company website in a former life). One of the sites I'm …

Member Avatar for drjohn
0
126
Member Avatar for hassancool

Hi, I want a simple Email form script that I can implement on this form.... [URL="http://intedupk.com/inquiry_form.html"]http://intedupk.com/inquiry_form.html[/URL] If you can share just php code for that it will be ok..... Regards....

Member Avatar for hassancool
0
89

The End.