909 Topics

Member Avatar for
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
121
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 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
193
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
166
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
404
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
746
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
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
154
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
111
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
219
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
133
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
355
Member Avatar for sanjaypandit

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 = …

Member Avatar for Wraithmanilian
0
109
Member Avatar for tiger86

I wish I had gotten this story before the [URL="http://www.sfgate.com/cgi-bin/blogs/techchron/detail?entry_id=57438&o=3&gta=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. …

0
336
Member Avatar for Techwriter10

[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. …

Member Avatar for leahmarie
0
656
Member Avatar for 2020

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 …

Member Avatar for rch1231
0
122
Member Avatar for morfusaf

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 …

0
98
Member Avatar for sfrider0

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 …

Member Avatar for sfrider0
0
202
Member Avatar for Usama El-Mokade

[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]: …

0
72
Member Avatar for ludamizleeto

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 …

Member Avatar for ludamizleeto
0
785
Member Avatar for InsightsDigital

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 …

0
55
Member Avatar for mcatest

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

Member Avatar for nileshgr
0
185
Member Avatar for MktgRob

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 …

0
165
Member Avatar for silursh

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 …

Member Avatar for pritaeas
0
101
Member Avatar for cambraydesign

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 …

Member Avatar for almostbob
0
203

The End.