4,468 Topics

Member Avatar for
Member Avatar for donnie_darko

Hey All, i'm having real trouble with this. ok, i have a login page where the user logs in. they put items in the cart and then go to addorder from to place order in database. only problem is i can't get it to work. i think the problem is …

Member Avatar for greeny_1984
0
214
Member Avatar for daveroesch

Does anybody know of software for email blasts that would be equivalent to CMS style? I want to create an email blast template and allow the client to switch out text and images. Any help is appreciated.

0
49
Member Avatar for Noah Elmobayad

[COLOR=#555555]Problem [/COLOR] [COLOR=#555555] [/COLOR] [COLOR=#555555]When receiving an email with an attachment (PDF for example) the user has to save the file before opening it. Is there a way to enable the user to open the attachment without saving the file? [/COLOR] [COLOR=#555555][/COLOR] [COLOR=#555555][/COLOR] [COLOR=#555555][/COLOR] [COLOR=#555555][/COLOR]

Member Avatar for Agus Munandar
0
102
Member Avatar for Danieloc93

I have been looking everywhere and I can't seen to find a script that either lets my users upload their files with some information about them (Title, Description, etc) to my server or a php email form with attachment possiblities. I have tried phpMailer but I don't really like it. …

0
45
Member Avatar for Stewie

Right now I have a page set up that inserts a record into a DB that a user enterd. I have it set up to take them to another page that shows the the information that they entered. but I also have a cfmail tag that e-mails the same information …

Member Avatar for creative72
0
598
Member Avatar for khuman_nb

hi, When i was trying to install linux in my new system.There is some proble which i'm not able to sort out inpite of all my logical tries plus hit and trial method. The problem is when intalling they are asking for drive where the linux to be installed is.When …

Member Avatar for abhish_gl
0
241
Member Avatar for mark192

Hi, I need help with sending an email through gmail from a program. I substituted email adresses and passwords with generic names, this program works up to the last line where it fails to send the email. Any ideas as to why this may be? This is using [code] imports …

Member Avatar for conan82ac
0
84
Member Avatar for b_bayaraa_d

hi all. i coudn't send email to registered users from my jsp page. that email about activition code. ok help me people regards bayarja

Member Avatar for jwenting
0
41
Member Avatar for stevegoodmedia

Hi i i have a form that is processed by the following php script - the form and script work fine (i got it off about.com works very well!!) but the client does not like the way the email arrives and wants some formatting could anyone tell me how i …

Member Avatar for isomillennium
0
87
Member Avatar for vmreddy

i am trying import contact list from[B] Gmail,Yahoo or Hotmail [/B]which is provided with [B]email id/user id[/B] and [B]password[/B] . Is There any Solution to access there servers and get the contact list of any one user. pls provide me any solution

0
64
Member Avatar for mahendrabhatt

How can i import contact list from any email account by providing User id and Password pls help me out .....

0
81
Member Avatar for sweprojekt

Hello! We want to send an email from a jsp to the Recipient (variable: youradress) from the emailadress given in our profile (variable: myadress). There appears a error message at the command Transport.send(message). [CODE] <%@ page language="java" import="java.util.*, javax.mail.*, javax.mail.internet.*" %> <%@ page language="java" import="model.User" %> <% model.User user = …

Member Avatar for peter_budo
0
204
Member Avatar for pistonpilot

I have a client who called me because her email would one by one disappear into her deleted items folder from her inbox. This happens when she clicks on links in Firefox. I transferred her mail to Outlook and now a few hours later she tells me it is happening …

Member Avatar for MidiMagic
0
105
Member Avatar for Robertx22

Hi. I wrote an program (C#, not website) which retrieves email messages from different people. I'd like to send them an verification email with a link to the asp site where they have to enter a code in order to prove that they are real person. So I have to …

0
42
Member Avatar for icarium

Hi, I'm trying to to create a registration page using the createUserWizard tool, i've also set in the web.config file the attribute requiresUniqueEmail="false" however when i try to create a new user using WAT it demands that i give also an email how can i make the email info optional? …

0
71
Member Avatar for Killer_Typo

[php] <?php /* declar some relevant variables */ $Host = "localhost"; //location of mySQL on server $User = "michael"; //my username $Pass = "koolaide"; //my password $Name = "phpaccess"; //name of the database to be used $Table = "info"; //name of the table within the database mysql_connect ($Host, $User, $Pass, …

Member Avatar for michael.mckee
0
3K
Member Avatar for Dolly-Sweety

Hello friends, I faced a problem in sending email through servlet. I have downloaded mail.jar and activation.jar. All is running perfect but error is coming. javax.mail.MessagingException: [EOF] [code] import java.io.*; import java.net.*; import java.util.*; import java.sql.*; import javax.mail.*; import javax.mail.internet.*; import javax.servlet.*; import javax.servlet.http.*; /** * * @author Administrator */ …

Member Avatar for jwenting
0
1K
Member Avatar for laurie roberts

I had an email that did not go to intended persons email address and was opened up. This was sent thru gmail using tracking email (which is how I know). This shows the persons IP address. Is there anyway to retrieve this email? Thanks

Member Avatar for Jenova
0
29
Member Avatar for dbowe1

Hello. I have a form page that has been created with the fields: Name, Email, Phone (day), Phone (Eve), Address, and Comments. The form will need to be sent to an email address upon clicking the submit button. I have read some previous posts and tried using some of the …

Member Avatar for macneato
0
80
Member Avatar for haii

I want an email application using php. The code is like this. [code=PHP]<?php $to = "example@mail.com"; $subject = "My subject"; $txt = "Hello world!"; $headers = "From: [email]abc@rediff.com[/email]" . "\r\n" . "CC: [email]abc@rediff.com[/email]"; mail($to,$subject,$txt,$headers); ?>[/code] but an error has occured Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" …

Member Avatar for haii
0
80
Member Avatar for k2k

can anyone please tell me how I can send email with freeBSD? I guess the: mail -s " subject" [email]email@emaildomain.com[/email] is for system internal mail only??? do i need to browse my for example hotmail.com ,,, login and then create the email from there? ..... or if there is a …

Member Avatar for John A
0
114
Member Avatar for chitra1

hi, I creating an application whereby I am generating a password and then mailing it to the user. I have been trying the mailto function but the mail is not sent to the recipient. Here's my code: [CODE] $to="chitra@yahoo.com"; $subject = "New Password"; $email = $_REQUEST['mail'] ; $message = "Your …

Member Avatar for Kavitha Butchi
0
166
Member Avatar for psworx

Dear Guys, Would anyone know why after sending a single email to around 12,000 people from various distribution lists they would receive that same email in the region of 30 to 130 times additionally. We've been going round in circles trying to sort this out and are unable to send …

Member Avatar for ispit
0
170
Member Avatar for >shadow<

I got my first dosage of pharmacy spammers, and they came from an email address with the .ru prefix. This made me ask, what email addresses should I ban from registering? I dont want to get to deep with banning things like GMail and Hotmail

Member Avatar for gdi
0
135
Member Avatar for kohkohkoh

I tried to search over this site and others as well. But couldnt help me to solve the above matter. Actually i want to do a searching algorithm in a PDF file. I tried to use: [EMAIL="%@Import"][COLOR=seagreen]Import[/COLOR][/EMAIL][COLOR=seagreen] Namespace="System.IO"%> Sub page_load(ByVal Sender As Object, ByVal e As EventArgs)[/COLOR] [COLOR=seagreen] Dim filetoread …

Member Avatar for raydenvm
0
134
Member Avatar for scottjk

Hi. My flash form that uses a php mail script is sending the text formatting along with the data making it impossible to read. How can I strip all the formatting and just have the data left over in a readable format? Here is how the email looks: Name : …

Member Avatar for hivenk
0
275
Member Avatar for lich

hey friends i need some information. i need to add a html or jpg file to the body of the email. so after receiving the email u can see the picture directly. any idea how to do it. please help me thanks

Member Avatar for lich
0
87
Member Avatar for Persist01

Hi, I have a DataGrid within a VB.NET page and the following code for a ButtonColumn: [code]<asp:ButtonColumn ButtonType="LinkButton" CommandName="Delete" HeaderText="Remove" Text="Delete" Visible="True" />[/code] Can you tell me is it possible to trigger off an email sending function after clicking one of the "Delete" links or using the OnDeleteCommand within the …

0
94
Member Avatar for textureman56

I need help the script that i am using sends formating information in the name and email forms. The script is from: [url]http://www.kirupa.com/developer/actionscript/flash_php_email.htm[/url] if that helps? this is the script i am using Im a complete php noob and I need you help, any help would be greatly appreciated. <?php …

0
49
Member Avatar for sapamtiken

I have a web site [url]http://ssimphal.nic.in[/url] Here I want to have a feedback page and I want the comments to go directly in my hotmail email id instead of going to the database. Please help me with the code. I am using Visual Studio . Net. I am writing in …

Member Avatar for sebastian3
0
118
Member Avatar for toton

Hi, I have an application which sends emails for survey.These emails are coming from a particular table in database.Within that table email column consist several emails with different domains. Ex:toton@xyz.com,toton1@abc.com,toton2@def.com etc. now I have to send emails only in @xyz.com and @abc.com but not in the @def.com. Can any body …

0
84
Member Avatar for maydhyam

Hi, Can anyone tell me what is wrong with my code? I am trying to have an email sent to the email addy hardcoded informing the the email receiver that the info was sent into the DB...and when I do add a user, no email was sent...only the registration data …

Member Avatar for maydhyam
0
174
Member Avatar for iepley

I have noticed that my email account has sent out messages that are bounced from other firewalls. The messages are sent from a ficticious account with my domain name and the emails are the general spam variety. When I do a virus search, nothing comes up. How do I find …

Member Avatar for ganbree
0
148
Member Avatar for sittas87

Hi I hope I've placed my thread in the right place. Can someone tell me why is it that people(outside the network) are sending users (sometimes it happens to me ass well) in my network mail but it they only get it 5 hours or so later(time varies) Any suggestions …

Member Avatar for sittas87
0
123
Member Avatar for veledrom

Hi, What do i need to do to send SMS message or Email via Oracle 10g database? How do we do that? Thanks

Member Avatar for debasisdas
0
84
Member Avatar for yenyen

helo there, i need some help on database design for the email/messaging system. tis is one of the module. but i duno how to design the table structure and flow which involved : sender, receiver etc. user A send msg/email to user B & user C, then the User B …

0
259
Member Avatar for kelly johnson

[URL="http://www.optinbuilders.com/email-marketing/index.asp"]Email marketing [/URL]can bring real good revenue to a business regardless of a Company size or industry vertical. Because of its effectiveness, Email has reached a universal penetration, with 97% of consumers and 94% of marketers using the channel according to Forrester Research (March 2007). If you want to do …

Member Avatar for selfhelpebooks
0
473
Member Avatar for veledrom

Hi, I need to send a SMS message or/and Email in my database project. Which one is better option for me; Shall i create database with Oracle or MySQL? Thanks

Member Avatar for effu
0
114
Member Avatar for elininator

Hi, I am having problems with my forms emailing the inputted content into my emails. It sends all of the rest of my html such as line breaks and everything that is actually in my php code. But it doesn't pull anything from the form. I have double and triple …

Member Avatar for elininator
0
98
Member Avatar for maydhyam

Hi Guys and Gals.... Could anyone help me with respect to why when this email is sent, the hyperlink in the message doesn't work? [CODE] //send email $to = $myrow['FirstName'].".".$myrow['LastName']."@petrotrin.com"; $subject = "TAIS Application - New Randomly Generated Password"; $from = "TAIS Application"; $msg = "Dear User ".$myrow['FirstName']." ".$myrow['LastName']." (".$empNo."),\n\nYou …

Member Avatar for maydhyam
0
155
Member Avatar for slycharacter

:?:I installed Ghost 10.0 and thought I had cloned my primary drive to a slave drive. When I tried to use the Ghost floppy and cd to reboot I can only find the files on the D drive partition and the recovery points are no where to be found on …

Member Avatar for DancingDragon
0
137
Member Avatar for anish.anick

Hi All, Is there any way to send email in php without user interaction.The scenario is some thing like this.. I want to send email's to persons based on his/her birthday.I need your help. Please help me to solve this... Thanks :)

Member Avatar for anish.anick
0
92
Member Avatar for nivas_kumar

Please tel me I am using ms access database. How I send email specified date. for example i set "dec 21 2008" in the database in that date email send automatically please tel me.

Member Avatar for webthang_rob
0
74
Member Avatar for angin1

Hi everybody. My name is Andre and I am tying to know how to set up an internet fax service provider that will allow people to come on my website and register to send Internet faxing hosted service. They will subscribe to a third-party ( my company )Internet faxing service …

0
49
Member Avatar for geofoxer

Hello all, I am wondering how email servers usually treat an email that has no real email domain from which it originated in comparison to an email that has a real email domain such as [email]harry@microsoft.com[/email]. How do email servers treat such emails when they are received. For example, some …

Member Avatar for geofoxer
0
93
Member Avatar for xboomerx

What is the Newest and Best drivers for ASUS A7N8X-E DELUXE motherboard? I downloaded NVIDIA Unified Driver for Windows XP. (Version: 5.10 Release Date: September 17, 2004 ) [url]http://www.nvidia.com/object/nforce_udp_winxp_5.10.html[/url] Select nFORCE PLATFORM and nFORCE 2 I installed NVIDIA Unified Driver and the following drivers where installed. Audio driver 4.42 (WHQL) …

Member Avatar for tb01
0
224
Member Avatar for christina20

Email marketing Tips from Optinbuilders The rapid evolution of technology and consumer trends is speedily changing the arena of email marketing. The policies adopted a year ago are becoming obsolete and might not work today. This article brings to the surface some tips to make your email marketing tick. Maintain …

0
28
Member Avatar for irfan.motiwala

well i have started software and web Development business.now i want to start email marketing for my client i have develop brochure but i need email addresses about 1000 to 5000 can anyone provide the email address and how i get thiese is this email marketing

Member Avatar for jeffpaul
0
211
Member Avatar for georgioue

Guys hello, i`m a new member here [IMG]http://images.devshed.com/fda/smilies/smile.gif[/IMG] Hello to everybody...I need urgently help... I have an assignment for C++. "We have a collection of emails. This collection has emails from Linguist.org, these mails are legal. these are in a file called ling_filenames.txt. We also have a collection of spam …

Member Avatar for Ancient Dragon
0
143
Member Avatar for wenmark

I am attempting to send emails with attachments, and am having a problem getting the following message: Fatal error: Class 'Mail' not found in C:\xampp\htdocs\includes\Mail\mail.php on line 26 I am using the following code on my page [code] <?php require_once('Connections/wheeldeals2.php'); require_once('includes/include.php'); session_start(); mysql_select_db($database_wheeldeals2, $wheeldeals2); $PageID = "PlaceAd"; require_once('includes/ads.php'); require_once('includes/Mail/mail.php'); require_once('includes/Mail/mime.php'); …

0
70

The End.