909 Topics

Member Avatar for
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
355
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
138
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
162
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
145
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
312
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
577
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
85
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
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
216
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
193
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
317
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
145
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
944
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
140
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
547
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
115
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
173
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
197
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
135
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 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
138
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
134
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
105
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
696
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
580
Member Avatar for php_noob

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

0
88

The End.