912 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
196
Member Avatar for Stu007

Hi, I'm really hoping someone can help me with this problem: I have a Mr Site email address, I'm trying to make it work with outlook 2007 and I'm using Sky Boradband. I can not or the life of me get it all to work happily. I've had various error …

Member Avatar for Lusiphur
0
169
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
185
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
358
Member Avatar for Charls Frdinand

Hello guys! I'm trying to make a script for a school website, so the principal can send mails to all of his students, teachers or other admins, it should be very simple but the page just keep coming blank or sending me syntax errors. Right now it's showing the following …

Member Avatar for Charls Frdinand
0
141
Member Avatar for Charls Frdinand

Hello guys! I'm trying to make a script for a school website, so the principal can send mails to all of his students, teachers or other admins, it should be very simple but the page just keep coming blank or sending me syntax errors. Right now it's showing the following …

Member Avatar for Charls Frdinand
0
167
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
164
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
147
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
319
Member Avatar for Techwriter10

Let me warn you I'm in a bit of an ornery mood today. So when I learned Microsoft is coming out with a refresh of Hotmail this week, you can understand I was less than enthused. Every time Microsoft refreshes a product, the technology press gets all excited about it …

Member Avatar for Lectricblue
0
586
Member Avatar for MarkBloomfield

I am using php mail to send a confirmation email from a web page. It all works absolutely fine until the email address is in the format [email]xxx.yyy@zzz.com[/email] That is to say there is a . in the local part of the address. I have tested the code and had …

0
86
Member Avatar for khess

Here's some buzz for you, Google Buzz is killing my GMail. I'm adding [URL="http://www.google.com"]Google[/URL]'s [URL="http://www.google.com/buzz"]Buzz[/URL] to the top of the list of the worst tech ideas to come along in quite a while. I'm not a social networking fan, anyway, and to break my GMail, my primary email account, with …

Member Avatar for marck_don
-1
1K
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
240
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
219
Member Avatar for lostinwindows

I have a Win 7 64 bit machine that has Outlook 2007 on it. The Outlook is standalone there is no Exchange Server. When we moved from our old XP computer to the new computer we moved over the 2 Outlook PST files as well as the .NK2 files. I …

Member Avatar for lostinwindows
0
197
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
323
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
147
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
994
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
143
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
568
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
117
Member Avatar for virspy

Hello friends I want to send the attachment with mail in my code iam successful in sending the mail but the problem is the attachment iam getting is in unknown format can any one please help me in resolving the issue i already posted this but i not get any …

Member Avatar for DonaldAlexander
0
176
Member Avatar for kahnja

Recently when I reply to a text e-mail in Outlook 2003 (Windows XP) the format of the reply is in very tiny italics. Since it is plain text format, all the font choices are grayed out--I can't simply click on the italic button to change it. Although the toolbar says …

Member Avatar for kahnja
0
200
Member Avatar for softspace
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
139
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
110
Member Avatar for disssko

Hi, I have a list of display names in Outlook 2003 and I would like to convert each of them to corresponding email address. The names are usually in a format like: Doe, John (Company - US/Dallas) We are using LDAP and Exchange, so I think somehow it would be …

Member Avatar for disssko
0
141
Member Avatar for khess

It might sound strange to you that something called [URL="http://www.googlesharing.net/"]Google Sharing[/URL] could actually protect your privacy rather than compromise it. But that's exactly what Google Sharing does; protect your privacy. By acting as a proxy service when you communicate with [URL="http://www.google.com"]Google[/URL], you essentially block information from being delivered to Google. …

0
137
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
108
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
716
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
192
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
622
Member Avatar for php_noob

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

0
91
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
68
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
141
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
123
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
100
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
128
Member Avatar for sbanks_charles

I am trying to send an email message in HTML Format. I have a richtextbox the the user can change the color and font in the message. Below is the code I am using which ends up send in Text Format. Most codes I have found use System.WebMail which in …

Member Avatar for sbanks_charles
0
201
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
142
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
168
Member Avatar for khess

[URL="http://www.google.com"]Google[/URL] [URL="http://code.google.com/p/chromium"]Chromium OS[/URL] version 4.0.253.0, Free, 3GB image. I took Google's Chromium OS for a spin yesterday for two reasons: One, I thought that it looks interesting and, two, I wanted to see how it runs in real time on my netbook. I've used Google's [URL="http://www.google.com/chrome"]Chrome[/URL] browser for sometime now …

Member Avatar for greenknight
0
411
Member Avatar for Techwriter10

Google does a lot of things well, maybe too well, and it's adding to its portfolio of tools on a weekly basis. At some point you have to look at the number of pies in which Google has its fingers and start to get a little frightened of this company. …

Member Avatar for jonsmit129
0
782
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
122
Member Avatar for sutt0n

Ok, so basically I want to be able to do this. I have it all down from obtaining the content from the e-mail and saving the attachment, but when I save the file's content into a file (permissions aren't a problem, as you'll see in the code) it doesn't show …

0
157
Member Avatar for scottb2

How do I create an Outlook Distribution List in a folder other than the default "Contacts" folder? I could probably create the DL there and then move it to the desired location, but that feels so wrong. I'm using C# but I can use VB, etc. Thanks, Scott

Member Avatar for kvprajapati
0
115
Member Avatar for scottb2

How can you create an Outlook (2007) Distribution List that contains all the Outlook Contact fields? The examples I find typically populate a DL with Recipients that contain only an email address. I'm using C# but VB, etc. will also do. Thanks, Scott

0
270
Member Avatar for JSHGROUP

Hi there I'm having a problem with a script. [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Language" content="en-gb" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Thank You for your order!</title> <style type="text/css"> .style1 { text-align: center; } .style2 { font-size: x-large; font-family: Arial, Helvetica, sans-serif; …

Member Avatar for misterrmac
0
136
Member Avatar for happygeek

It may only have impacted a "small number of users" for a "short period of time" as a Facebook spokesperson put it, but by pushing out buggy code the social networking giant created a potentially huge privacy problem for those whose accounts it did touch upon. Considering that Facebook has …

0
358

The End.