4,468 Topics
![]() | |
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 … | |
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. | |
[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] | |
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. … | |
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 … | |
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 … | |
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 … | |
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 | |
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 … | |
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 | |
How can i import contact list from any email account by providing User id and Password pls help me out ..... | |
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 = … | |
![]() | 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 … |
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 … | |
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? … | |
[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, … | |
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 */ … | |
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 | |
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 … | |
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" … | |
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 … | |
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 … | |
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 … | |
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 | |
![]() | 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 … |
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 : … | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
Hi, What do i need to do to send SMS message or Email via Oracle 10g database? How do we do that? Thanks | |
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 … | |
[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 … | |
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 … | |
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 … | |
:?: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 … | |
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 :) | |
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. | |
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 … | |
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 … | |
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) … | |
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 … | |
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 | |
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 … | |
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'); … |
The End.