912 Topics
![]() | |
I am trying to send mail with attachment after using browse button. in this process some error shows [CODE]Warning: move_uploaded_file() [function.move-uploaded-file]: open_basedir restriction in effect. File(/tmp/php_upload/phpLc37tw) is not within the allowed path(s): [/CODE] thsese are code for my mail file [CODE]$filename=$_FILES["strresume"]["name"]; $filetype=$_FILES["strresume"]["type"]; $filesize=$_FILES["strresume"]["size"]; $filetemp=$_FILES["strresume"]["tmp_name"]; $fp = fopen($filetemp, "rb"); $file = … | |
I wish I had gotten this story before the [URL="http://www.sfgate.com/cgi-bin/blogs/techchron/detail?entry_id=57438&o=3>a=commentslistpos#commentslistpos"]San Fransisco Chronicle[/URL] or [URL="http://news.cnet.com/8301-17852_3-10455573-71.html?tag=rtcol;pop"]Cnet,[/URL] but the truth is they got it before me. A lady in Florida got a team of lawyers to sue Google, the Search Engine firm in San Fransisco, CA for breaching her privacy with Google Buzz. … | |
[URL="http://www.sfgate.com/cgi-bin/blogs/techchron/detail?entry_id=57438&o"]Someone sued Google[/URL] the other day for violating her privacy with the original implementation of Google Buzz. You see, when you first opened Google Buzz last week, Google looked at the people you most frequently email or chat with and used that list of people to seed your followers list. … | |
Hi, I want to replace my hosters mail server and have my own mx route. Basicaly I need a mail server, webmail, caldav, webdav, mailman, external pop3 conector, to pick up mail from external domains on different hoster. I will also need a real idiots guide how to set this … | |
I have a database, which keeps track of peoples training dates, they have to complete the training yearly. I can run reports to see who is overdue, or comming due in 60 days. I would like to be able to run a report like this, however, I would like it … | |
I just need to be able to get and read the text in my gmail inbox using c#. I've googled it but mostly all I found was how to send, which I already know how, email. I just want to connect to my own account. I don't need to get … | |
[CENTER][url]http://www.4shared.com/file/199140856/ed929f06/SendEmail20.html[/url][/CENTER] [URL="http://www.4shared.com/file/199140856/ed929f06/SendEmail20.html"]SendEmail[/URL] SendEmail tool and 20 examples (C++ - C# - VB6 - VB.Net - Delphi - MSSQL - MSAccess - ASP - HTML - PHP - VBS) [LIST=1] [*][B][U][COLOR="indigo"]Prosperities:[/COLOR][/U][/B] [LIST] [*][B]From[/B]: (Optional) Set sender email, string [*][B]FromName[/B]: (Optional) Set sender display name, string [*][B]To[/B]: Set send-to email, string [*][B]ToName[/B]: … | |
I am using a Webbrowser control to sign into Hotmail. Then once it is signed in then I'll just use this navigate code to open the inbox: I think that the problem is that the actual inbox(mail window) is within an iframe. I have to figure out how to call … | |
I just read on a blog that Real CEOs dont send email holiday cards. As a CEO of my own company, I prefer to send gift packages but I do argue with the blogger that emails do take more than 3 seconds to create it. [url]http://www.taariqlewis.com/articles/19363/real-ceos-dont-send-electronic-holiday-greeting-ca/[/url] So what do you … | |
Is it possible to e-mail an .exe or .zip file so that only the recipient can unzip it & it cannot be sent from the recipient to a second recipient? I.e. the file cannot be re-sent from that person to another person. SNIP ![]() | |
As I work with a number of different clients who are using e-mail campaigns (through Constant Contact as well as their corporate e-mail), Blogging and social media enagagement (twitter, FB, youtube) to drive leads to their e-commerce sites, I am curious to know which ones work the best and in … | |
I tried real hard to practice that elusive php mail function but i couldn't manage to successfully send email from my php form to any of the mailbox addresses that i specified as recipient in my php form. It has been three days and i am still clueless. So all … | |
Hi, I need help with this. I basically want users to enter their name email address with validation and also have a tick box for them to say yes or no to receiving future updates. This information will be sent to an email address not a database on clicking the … | |
Smaller businesses and people who use Hotmail as n email system or backup email system need to change their passwords - Microsoft has confirmed it's investigating a security breach. It seems that in spite of the industrial strength security everybody of any size applies to these systems - and let's … | |
Hello, Got a question for you all. I have a mass email script that sends emails out in a round robin using 15 unchecked email address (GoDaddy only allows something like 250 emails a day per address). The problem I have is if an email bounces back it goes to … | |
I'm trying to make a SMTP Checker using Python. The checker will do the following things: The code will take a list of smtps accounts (ex: host,user,pass) and will try to send an email to a email you will specify in the code. If it's successful (the send of the … | |
I just checked the extensive list of nifty add-ons from Google Labs to enhance your Gmail experience. I was very impresses - it certainly grew from the last time I checked - which was about a year ago or so. I added a few including: 1. Late night math solver … | |
Many of us have smart phones that have enabled easy access to multiple mailboxes on our phones. Thus, I have several emails that are linked to my cell and as a result, I have over 5000 emails to my cell. Why so many? Well, I am subscribed to many groups, … | |
Hi guys, I am running SuSE Linux Enterprise Server on my PC and have installed vmware. Now, may I ask this, is it possible for me to run my host computer as a mail server for my guest virtual machines on vmware? | |
ok i can post the script if you guys want its kinda on the large side mostly i just need to bounce some ideas off you i made a event calendar and now i am making a script to email users of the current months events i have this working … | |
I have an AOL mail account and yesterday at about 11:30am an email was sent from my email address to everyone in my address book. This email was not sent by me or any one in my family, and it talked about shopping in China. Since the incident I have … | |
im using the php mail() function to send an email and i got the email. except its formatted wrong like it looks like this: [CODE]<table bgcolor="black"><tr bgcolor="#111111"><td bgcolor="#222222" width="60%"[/CODE] etc.. u get it right? i use gmail. now ive had images sent in mails to me. so why is this … | |
I have been using Tweetdeck quite a bit to keep track of the people I follow and to take care of my tweeting without going through a browser. I just recently downloaded Digby which is an awesome tool for managing all of your social media updated and e-mail. Has anyone … | |
I want integrate following apis in my website, 1. Yahoo BBAuth 2. Google OAuth 3. Live ID Delegated Authentication 4. Facebook Connect Does these facilities enable me to get their email addresses as i cant find any mention of email address of the logged user in the API documentations. | |
hi, im doin a project in visual basic 6.0,. pleae help me in constructing a inbox in vb 6.0. mail: [email]manjupapu2006@gmail.com[/email] -manjunath | |
[url]http://mashable.com/2009/10/06/gmail-accounts-exposed/[/url] The link above this is to a report on Mashable that one day after 10,000+ hotmail accounts had their usernames and passwords posted on-line due to a phishing scheme, today the same problem has hit GMail, Yahoo, AOL, Earthlink and Comcast accounts bringing the total number of compromised accounts … | |
I have been using class.phpmailer.php script for sending mail from localhost without smtp server. Everytime i try to send mail from my localhost then following error is generated: [COLOR="Red"]Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use … | |
Is Yahoo! mail is infected? Because my Kaspersky Internet Security 2010 had warn me that the address [url]http://us.mg2.mail.yahoo.com[/url] is infected with [URL="http://www.viruslist.com/en/search?VN=HEUR:Trojan-Downloader.Script.Generic"]HEUR:Trojan-Downloader.Script.Generic[/URL] | |
how to rectify the following error ? SMTP server response: 503 Bad sequence of commands. You must specify the recipients of a message before you can send it in php | |
![]() | I've been getting spammed by a Robot alot here lately... When a member signs up there required to fill in all of the blanks(username, name, email, etc.). I want to make it where certain characters cant be used in this area(such as < / " etc.) I also want to … |
Another day, another [URL="http://www.gmail.com"]Gmail[/URL] outage - well, that's the way it can start to seem. [URL="http://www.twitter.com"]Twitter[/URL] was all a-quiver with how the system was down; people didn't know what to do about it and one wag put a note up saying the human species can last six days without water … | |
Idaho, where I live, likes to brag when it makes lists such as "best places to live," "best places to start a business," etc. Now we've made another list: we're the most spammed. [URL="http://downloads.messagelabs.com/dotcom/MLI_2009Sep_Spam_US_FINAL.pdf"]According to MessageLabs[/URL], which was [URL="http://www.symantec.com/about/news/release/article.jsp?prid=20081117_01"]acquired[/URL] by Symantec in November, the ten states with the highest percentage … | |
This is what I have so far. This isn't working and this isn't even close to working. I'm not that experienced at C++ so I was hoping that someone would help me please. The assignment is basically to write a code to validate an email address to see what characters … | |
I spoke with a friend of mine today who complained on how she thought Bing interrupted her user experience while being on Yahoo. She consulted me since I am considered the tech guru. Thus, I wonder if you have heard similar complaints. What are your thoughts? | |
The folks over at Gmail have been busy rolling out all sorts of new features in the last few months but the one they dropped on users today is by far my favorite -- [URL="http://gmailblog.blogspot.com/2009/03/new-in-labs-undo-send.html"]Undo Send[/URL]. I don't know a single person who hasn't had the gut-wrenching experience of typing … | |
hi am developing a Outlook form using csharp, if am click Get contact button contact in the outlook are displayed in the 'datagrid view' . Its working well. at the time am getting a error message as "A program is trying to access e-mail addresses you have stored in Outlook. … | |
Want to do a public records search on email messages from your state legislator? Chances are, you won't be able to, even with the recent move toward [URL="http://www.daniweb.com/blogs/entry4592.html"]transparency in government[/URL]. Even states that do have an email retention policy in state government -- and many of them don't -- often … | |
[URL="http://twitter.com"]Twitter[/URL] has been in the headlines again. You can now pay a company to find potential followers, approach them and ask them to follow you and it's apparently a very innovative approach. It must be, that's why the BBC thought it [URL="http://news.bbc.co.uk/1/hi/technology/8130456.stm"]newsworthy[/URL]. Actually I'm not so sure. I think I've … | |
Security stories abound on the Internet, and as we enter a new month an old one has resurfaced. There are legal questions over the Sarah Palin hacking event last year. Graham Cluley has [URL="http://www.sophos.com/blogs/gc/g/2009/07/01/legal-arguments-sarah-palin-email-hack/"]blogged[/URL] about it. For me he's buried the main point right at the end of the story. … | |
I am probably showing my age here, but I can recall when relationships started as a result of face to face meetings. If those relationships came to an end, they ended the same way as a rule. OK, a few cowardly types might have resorted to a 'Dear John' letter … | |
There's a new campaign on [URL="http://twitter.com"]Twitter[/URL] about fixing [URL="http://www.microsoft.com"]Microsoft[/URL]'s flagship email program, Outlook. Outlook 2010 will be coming out next year (just say if I'm going too quickly) and it renders emails oddly if they're in HTML. There are details [URL="http://fixoutlook.org/"]here[/URL]. Let's ignore the fact that the Fixoutlook page is … | |
Lots of talk about [URL="http://wave.google.com/"]Google Wave[/URL] last week, but after reading five articles that all described it in a similar fashion, I still didn't quite get what all the fuss was about. Finally, at the behest of one of my [URL="http://twitter.com/CharJTF"]online friends[/URL] I looked at the first 40 minutes of … | |
Remember the 14 million missing email messages from the White House under President George W. Bush? [URL="http://www.daniweb.com/blogs/entry3815.html"]Remember[/URL] the (albeit flawed) court order (issued days before President Barack Obama's inauguration) directing the Bush White House to figure out what happened to them? Never mind. A federal appeals court recently ruled that … | |
The FBI has confirmed reports that it was forced to shut down it's external unclassified email network "as a precautionary measure" following the discovery of a virus infection. I am led to understand that the particular virus concerned has been identified by the FBI but this information has yet to … | |
I am not a great fan of online translation services, or at least not the free variety which almost invariably end up making some huge gaffs. However, Google obviously likes the idea as it has been providing just such a tool for a while now in the shape of Google … | |
Scared that students taking an exam might cheat, teachers at the posh Harrow School in England took the unusual step of banning them from using the Internet and re-routing their email so it could be read by the headmaster. The irony of the exam being concerned with Nazi foreign policy … | |
A [URL="http://www.microsoft.com/downloads/details.aspx?FamilyID=aa6e0660-dc24-4930-affd-e33572ccb91f&displaylang=en"]Microsoft security report[/URL] has 'revealed' that some 97 percent of the emails travelling across the Internet are actually unwanted spam. Well duh, like I didn't realise it was such a big problem. Actually, I didn't, to be fair. Mainly because just about every other security report I have read … | |
One of the major problems with social networks - hey, one of the major problems with any new trend - is that so many people spend so long trying to persuade themselves that they're actually looking at just another version of an existing thing. So if I'd been around when … | |
[I]This is the mystery of the quotient - Upon us all a little rain must fall. ~Led Zeppelin, The Rain Song. [/I] It's been quite a couple of weeks for Google. First there was the mistake that caused the entire Internet to be [URL="http://www.techcrunch.com/2009/01/31/google-flags-whole-internet-as-malware/"]flagged as malware[/URL]. Next came the great … | |
As part of my [URL="http://www.daniweb.com/blogs/entry4037.html"]ongoing quest[/URL] to [URL="http://www.daniweb.com/blogs/entry4007.html"]bring you information[/URL] on getting -- or keeping -- a job in the tech sector, I want to point you to a [URL="http://www.palamida.com/blogs/eight-open-source-projects-for-highly-effective-job-hunting"]great blog post[/URL] by the folks at the application security company [URL="http://www.palamida.com/"]Palamida[/URL]. They've assembled a list of eight open source tools … |
The End.