642 Topics

Member Avatar for
Member Avatar for beeattitude

I've been hosting websites for quite awhile now (since 1998) and one of the biggest time-takers has always been email. So, you can imagine my delight when Google began offering their apps for free. I tested and re-tested, then I painstakingly moved all of my hosted customers to Google Apps …

Member Avatar for Zinderin
0
193
Member Avatar for bjeffries

I'm trying to piece together an email order form. This form has a few different aspects to it. I am getting an error on my for proces, conf_order.php. Here is my form on order.php I dont think there are any issues on this page.. [CODE]<form method="post" action="conf_order.php"> <?php <input type="hidden" …

Member Avatar for bjeffries
0
182
Member Avatar for virendrachandak

Hi, I am using the following code to send email using JSP through gmail. But i am getting error in the following line: Session mailSession = Session.getDefaultInstance(props, null); [code] String host="", user="", pass=""; host = smtp_server; //"smtp.gmail.com"; user = jsp_email; //"YourEmailId@gmail.com" // email id to send the emails pass = …

Member Avatar for eswaramoorthy
0
353
Member Avatar for nsutton

I followed a tutuorial to send gmails through a C# app. Im making a console app and this code fails I have no idea whats wrong... [CODE]class MainClass { public static void Main (string[] args) { sendMail mailSend = new sendMail(); mailSend.mail("stmp.gmail.com",465,"sendersemail@gmail.com","senders password","fromadress@gmail.com","toadress@gmail.com","Subject","Body",true); } }[/CODE] [CODE] public class sendMail { …

Member Avatar for nsutton
0
161
Member Avatar for RMelnikas

Im trying to make a little program that gets the computers IP address i have got it to do all of that and have got it to use the default email program to add the email address, subject and body but i cannot get it to add an attachment. [CODE]Imports …

Member Avatar for Oxiegen
0
144
Member Avatar for happygeek

A researcher has revealed that people are far more likely to tell lies using email than they would do if they were writing on pen and paper it seems. In two studies, Liuba Belkin reached the conclusion that people lie 50 percent more often in emails. This, of course, is …

Member Avatar for badVirus
0
303
Member Avatar for slfisher

A series of angry email messages to a U.S. Senator has landed a man in jail, possibly because he didn't sign them with his correct name or location. Bruce Shore, who is from Philadelphia, sent email to Senator Jim Bunning, of Kentucky, after the Senator complained on the Senate floor …

Member Avatar for densely
0
229
Member Avatar for muralibobby2015

hello, i want to do small mail concept. what it zzzzz means admin sends registration form to user mails. in that mail user can register their account . my doubt is is there any chance to apply validations in mail. below is my script.[CODE]<? ob_start(); extract($_REQUEST); include("includes/class.phpmailer.php"); if($_POST) { ///////////////////////////////////////////////////////////////////////////////////////////// …

Member Avatar for pritaeas
0
208
Member Avatar for nccsbim071

Hi, I have used an open source code from codeproject to read email from incoming mail server(POP Server). The code can be found at following location: [url]http://www.codeproject.com/KB/IP/Pop3MimeClient.aspx[/url] So far it works fine i can read emails. My objective of using this code was to retrieve emails from POP server and …

Member Avatar for kvprajapati
1
316
Member Avatar for stbtwitter

Hey Everyone, I know how to right a php script to send out an email. But I want to write a script that will send out an email at a certain time, The crux is, I need the email to be sent out even if nobody is accessing the page …

Member Avatar for stbtwitter
0
143
Member Avatar for Techwriter10

A week ago today, the unthinkable happened. That's right, Gmail went down...for *two* hours. You would have thought, judging from the amount of chatter on Twitter that we were experiencing an epic attack, a horrible natural disaster, perhaps the end of life as we know it; but it was none …

Member Avatar for seomasterz
3
895
Member Avatar for scaiferw

I wrote this code because I wanted the members of my volunteer organization go have a place they could easily get the most current list of email addresses to send a message. This code reads the names and addresses from the database, and creates a comma delimited list of addresses …

0
136
Member Avatar for khess

The other day, when involved in a lengthy text-based chat session with a coworker, I realized (for the first time perhaps) that we need a smarter chat client. I spent a great deal of time and energy attempting to explain a relatively simple concept to my coworker, when it occurred …

Member Avatar for InsightsDigital
0
517
Member Avatar for Davife

I have a site which maintains a local message database and addressbook. What I would like to do is the following: When a user contacts another user a record of that message is stored in the message database and an email is also sent to that user. Any response to …

Member Avatar for digital-ether
0
112
Member Avatar for toocoded

Hello everyone, Im new here. I'm not new to web design but a bit new to PHP. I really need some help with this. I have an email script that sends a bunch of user choices to me. The choices ware one or more and are sent to the email …

Member Avatar for sourcez
0
134
Member Avatar for AEA

Hi, all, When using a manual archive or autoarchive in Outlook 2007 (windows xp), the emails are [I][B]copied[/B][/I], instead of [I][B]moved [/B][/I]to the archive folder. This is happening only for one user. For other users on the same network, with seemingly the same archive settings, any archived emails are moved …

0
108
Member Avatar for nccsbim071

i am sending email to the users using smtp client and MailMessage class. i have been adding the addresses of multiple receivers in the to property of the object of MailMessage class. the problem is that the receiver can see the email addresses of other receipents. is there any way …

Member Avatar for nccsbim071
0
103
Member Avatar for khess

On the heels of my idea from yesterday, "[URL="http://www.daniweb.com/news/story274873.html"]A New Social Media? Instantaneous Messaging[/URL]" (Yes, I realize that it should be "Medium" not Media--so sue me), I've decided to grace you with another idea that I've had for some time: Drag and Drop Messaging. This idea, that you'd think would …

Member Avatar for caperjack
0
681
Member Avatar for newsguy

That's cool. According to Google Mail software engineer Manu Cornet, you can now add nested labels to your Gmail. Posting to the official [URL="http://gmailblog.blogspot.com/2010/04/new-in-labs-nested-labels-and-message.html"]GMail blog[/URL] Cornet says that labels are more flexible than folders as "a given email can have several labels but can't be in several folders at the …

Member Avatar for gmag
0
188
Member Avatar for newsguy

While, for the average end user, spam has become less of a problem over recent years as spam filters get better at what they do and simply remove much of it from sight, that doesn't mean that spam volumes are actually reducing. In fact, the opposite is true and the …

0
537
Member Avatar for php_noob

is there a script or maybe you have resources for a ASP.NET MAILER like PHPMAILER. Thanks!

0
88
Member Avatar for SQL_dba

Hi world. I am trying to READ mail from an exchange server from within .net without using IMAP or POP. Both of these protocols are blocked - for security reasons - and I have an app that needs to read email in order to provide a best practice intranet solution. …

0
65
Member Avatar for kardklub

this is what i have so far [CODE]<?php require "backend/functions.php"; dbconn(); $errmsg = ""; // get the .pdf #################### this is me getting my pdf############### $gotten = @mysql_query("select * from pdf order by pid desc limit 1"); $row = @mysql_fetch_assoc($gotten); $fileatt = $row[imgdata]; ################################################################ #but with this lines 27 28 …

Member Avatar for kardklub
0
139
Member Avatar for kayblack

Hi guys, I'm trying to create a php script that'll send information gathered from a form and send it as an html email with the info arranged in tables. Can't seem to get it to work. Here's the message part of the script (containing the table): [CODE]$to="o.oloyede@feeslimited.net"; $message=" <table width="500" …

Member Avatar for cjohnweb
0
6K
Member Avatar for Bubbleboy

I have an email form on my site which has an action to a php page. The php page detects whether the user has entered a name and email, if they haven't it directs them back, if they have it sends an email to me. I want to add a …

Member Avatar for diafol
0
119
Member Avatar for StellaNutella

Any help on the above subject will be very much appreciated! I have succeeded in creating the check box before emailing it; but once I send it it is impossible to see it again! Basically I would like to give the option to the recipient to tick or untick the …

0
85
Member Avatar for sklemp

Hello everyone, I have this code below and everytime I run it I get this error. Please help. [CODE]Private Sub SendEmail(ByVal sender As Object, ByVal e As EventArgs) Handles Button2.Click Email.To.Add(Settings.txtTo.Text) Email.From = New MailAddress(Settings.txtFrom.Text) Email.Body = "Email Body" Email.Subject = "Email Subject" SMTPServer.Host = Settings.txtSMTPServer.Text SMTPServer.Credentials = Authentication SMTPServer.Send(Email) …

Member Avatar for sklemp
0
124
Member Avatar for InsightsDigital

It might be a little creepy for some but the fact that you can see your business contact's Facebook picture when composing an email on Outlook is all a reality now. I actually use Xobni for MS Outlook and my contact got freaked out when I told her she has …

Member Avatar for InsightsDigital
0
141
Member Avatar for som3aman

Hey guys, I'm kinda new at C++ and need help writing a program that finds email addresses in text files and stores them in an array. The email addresses are then filtered to make sure there are no duplicates. They are then copied to an output file. The program should …

Member Avatar for VernonDozier
0
164
Member Avatar for lll_ari_lll

hello folks, its Aritra here, a newbie in daniweb as well as in code world.. i am a student of BCA, and doing my major project now.. and facing enormous difficulties.. don't know sufficient php.. but studying through different tutorials. i have been told to redecorate an intranet website and …

0
119

The End.