Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    PHP


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





Read E-mail Addresses From Outlook Express


how to read email addresses from outlook express (from local hard disk) It will be great if you help me to read e-mail addresses from and folders (of outlook Express) like Send, input, output etc).




View Complete Forum Thread with Replies

Related Forum Messages:
Mail & Outlook Express
I'm sending an html email to members subscribed to a mailing list. However, the email isn't showing up as intended. This only occures in Outlook Express, Hotmail displays the email correctly. Code:

View Replies !
Sending HTML Mail To Outlook Express With Mail()
I'm sending out an HTML mailer using the mail() function in PHP. I'm appending all of the headers to the message. This message displays correctly in Hotmail, Outlook 2000, and even Mac's OSX mail client. But, for some reason, Outlook Expess (on Win XP & OSX) displays the HTML code and doesn't render it.

If, however, the recipient copies the HTML code and composes a new HTML message in Outlook Express, it gets sent correctly.

This particular user is also getting other HTML mailers that display correctly, so I know that the client is capable of accepting HTML mail.

I'm led to believe that PHP's mail() headers are not being interpreted correctly. In fact, they appear as the first 3 lines in the body of the message when viewed in Outlook Express. OK, here are some samples to tie this all together: First, the mail() code I'm using: PHP Code:

View Replies !
Make A Mail System Like Outlook Express
i need to make a mail system like outlook express that mean i run my system on client system it connect to server download mail on client system and after this i work with these mail exectly like outlook express. Firstly i am confuse how to download mails from web to client system?

View Replies !
Problem Of The Php Mail Function Not Formatting Emails Properly For Outlook Express On A Mac
anyone found a fix ever for the problem of the php mail function not formatting emails properly for outlook express on a mac, they always appear blank, something to do with the mime headers apparently......

View Replies !
Images Shown In Outlook Express But Not In Outlook 2003
I'm writing a php code to send email in mime format. All seams ok if I read the email with outlook express, or Thunderbird, or any webmail, but if I open the email with Outlook 2003, I can't see the images, I just see a small box (I send 1 image) with inside the path of the image. The image is embedded in the message, it's not a link.

<?php
$header = "From: Sender <sen...@domain.org>";
$header .= "CC: Altro Ricevente <blabla...@domain.net>";
$header .= "X-Mailer: Our Php";

$boundary = "==String_Boundary_x" .md5(time()). "x";
$boundary2 = "==String_Boundary2_y" .md5(time()). "y";

$header .= "MIME-Version: 1.0";
$header .= "Content-Type: multipart/related;";
$header .= " type="multipart/alternative";";
$header .= " boundary="$boundary";";

$messaggio = "If you read this, your email client doesn't support MIME";

$message .= "--$boundary";
$messag .= "Content-Type: multipart/alternative;";
$message .= " boundary="$boundary2";";

$message .= "--$boundary2";
$message .= "Content-Type: text/plain; charset="iso-8859-1"";
$message .= "Content-Transfer-Encoding: 7bit";
$message .= "Alternative message in plain text format.";

$message .= "--$boundary2";
$message .= "Content-Type: text/html; charset="iso-8859-1"";
$message .= "Content-Transfer-Encoding: 7bit";.....

View Replies !
From Field In Outlook Express
I won't get the "From:" field in Outlook Express filled using these headers: PHP Code:

$headers = "MIME-Version: 1.0";
$headers .= "Content-type: text/html; charset=iso-8859-1";
$headers .= 'From: '.$namn.' <'.$mail.'>' . "";
$headers .= "X-Priority: 3";
$headers .= "X-MSMail-Priority: Normal";
$headers .= "X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409";
$headers .= "X-Mailer: Microsoft Outlook Express 6.00.2800.1409";

View Replies !
Read Outlook Address Book
Using PHP 4.3.3, I want to read the Microsoft Outlook address book. Can anyone help me in this context?

View Replies !
Why Does Mail() Only Send Messages To Some E-mail Addresses?
I've got a form that I use to collect information and store it in a MySQL database and use PHP to send a mail() message confirming registration. When I use my work e-mail address, I never receive the message, but when I use my home e-mail address, I get it right away. What am I doing wrong?

View Replies !
Mail(), Html & Outlook
I see that a while ago people had the same problems as me (http://www.phpbuilder.com/board/show...eadid=10240258), but I see no answers anywhere, so here goes:

I am sending E-Mail from a form on my website using the php mail(). The problem is that when I send it as html, outlook has problems. Here are the headers I'm using:


$headers  = "From: $name <$email>";
$headers .= "Reply-To: $email ";
$headers .= "MIME-Version: 1.0";
$headers .= "Content-type: text/html;";

When I do this, the E-Mail looks fine in squirrelmail (a webmail program www.squirrelmail.org), but in outlook...instead of getting a nicely formatted html message, I get a message that starts with "Content-type: text/html;" then continues on in plaintext, showing me all the html tags, etc. I tried switching some of the headers around, and if I switch the mime & content-type headers, I see html in BOTH E-Mail programs, but outlook starts the message off with "MIME-Version: 1.0" which I suppose is the lesser of 2 evils, but there is no reason that I should have to see that. Does anyone have a solution?

View Replies !
Mail() Seen As Junk In Outlook
I am trying to set up a system that automatically sends out emails to subscribers. I am testing it on my system using my own email address as the recipient address. For some reason it gets put into my junk folder by outlook express. Any way of stopping this?

It will eventually be used to send to people who use all sorts of different email clients. Are there any easy ways to avoid these being filtered into the junk mail? Code:

View Replies !
Send Mail From Outlook Web Access
I've got RH9 Linux with default PHP.

Is there a way to send email on Linux to an Exchange Server from PHP
and/or other tools when there is *NOT* SMTP access?

Has anyone figured out a way to use PHP to get inside an OWA (Microsoft
Outlook Web Access) website to send email that way?

The reason I ask is because my corporate office is going to do away
with our rogue SMTP server access and force everything through Exchange
Server. This makes it hard for our batch scripts on the Linux server to
relay to internal email accounts that a job has failed or other errors.

View Replies !
Mail() To Outlook, No Carriage Returns
I'm sending normal text email, but in Outlook all the carriage returns
are ignored. The text comes from MySQL database, and I've tried

str_replace("
", "
", $dr['email_template']);

I also tried sending header Content-type: text/plain but still no luck,
still the email comes through as one big line.

I'm sure this must be a common thing but I can't immediately find an
answer through Google.

View Replies !
Send Mail By Connect PHP To Ms Outlook?
how can we send mail by connect PHP to ms outlook?

View Replies !
Send Mail To Outlook From Http://localhost
Does anyone know how to set up a script to send mails from http://localhost to your local mail client (Outlook, to be exact).

View Replies !
Sending Mail From Php And Correct MS Outlook Receive
In my MS Outlook I use global address book to handling contacts.
When I send email from Outlook to myself and double click on sender I
get information about me from my global address book.

When I use php mail() function to sending messages and then double
click on sender I get specificity message email window only.

How do I have to prepare header at mail() function (for example: FROM:
?) that after send and double click on sender in Outlook I get
information about sender from Outlook global address book ?

View Replies !
SMTP Mail Problem (but Works OK In Outlook)
I'm finding when a mail is sent from a script, I get:

Warning: mail() [function.mail]: Failed to connect to mailserver at
"smtp.ntlworld.com" port 25, verify your "SMTP" and "smtp_port" setting in
php.ini or use ini_set() in C:Documents and Settings

However, when using Outlook and setting the SMTP agent in that to
smtp.ntlworld.com, on the same PC, mail is sent fine (using Outlook)
without any problems.

View Replies !
Mail Ends Up In Outlook Junk Folder?
I have a mail PHP mail script set up to send email to me when a user completes a from on my web site. The problem I'm having is that if the mail is sent to an address on my domain it ends up in Outlook's "Junk-mail" folder. However if I send it to another adress not on my domain it works fine. Code:

View Replies !
Mail() - Arriving At Some Addresses, Never At Others
My habitual use of mail() is causing me some grief. I am having
slightly different results depending on the server I use but the gist
is that mail() is returning 1, and I can send mail to yahoo.com,
gmail.com, and hotmail.com no problem. 100% success.

Same script from some servers gets mail through to cox.net addresses,
my ISP.

However, my own domain, nolaflash.com is not receiving these mails at
all, nor are several other domains on shared hosting servers.
NolaFlash.com and Artifexdev.com for two examples.

I have tried running the scripts on three different servers with the
only difference that the Cox address works on one AND if I host the
script on NolaFlash then the mail to NolaFlash addresses gets through.

Here are four ways I have tried this:

// NO HEADERS
$to = 'someone@gmail.com'
$subject = "Inquiry from some.com";
$msg = 'whatever'
$result = mail($to, $subject, $msg);

// FULL HEADERS
$to = 'someone@gmail.com'
$subject = "Inquiry from ENLA.com: $_POST[name] $_POST[company]";
$headers = "From: $_POST[name] <$_POST[email]>
";
$headers .= "Reply-to: $_POST[name] <$_POST[email]>
";
$headers .= "Return-Path: $_POST[name] <$_POST[email]>
";
$headers .= "Message-ID: <" . date("YdmHis") .
".TheSystem@".$_SERVER['SERVER_NAME'].">" . "
";
$headers .= "X-Mailer: PHP v". phpversion() . "
";
$result = mail($to, $subject, $msg, $headers);

// FULL HEADERS PLUS -f FLAG to set the envelope sender address
$to = 'someone@gmail.com'
$subject = "Inquiry from ENLA.com: $_POST[name] $_POST[company]";
$headers = "From: $_POST[name] <$_POST[email]>
";
$headers .= "Reply-to: $_POST[name] <$_POST[email]>
";
$headers .= "Return-Path: $_POST[name] <$_POST[email]>
";
$headers .= "Message-ID: <" . date("YdmHis") .
".TheSystem@".$_SERVER['SERVER_NAME'].">" . "
";
$headers .= "X-Mailer: PHP v". phpversion() . "
";
$result = mail($to, $subject, $msg, $headers,

View Replies !
Mail To More Than One Email Addresses
how do I send same mail to multiple recipiants?

View Replies !
Outlook Chopping Href Tags In Html Mail
I have been trying to send a multipart text and html message through the mail() funciton. It works beautifully with Hotmail. However, when it is received by the IceWarp web-based mail server or by Outlook, some of the HTML is hacked out. Specifically, on href tags, look like this when viewing the source: <a href=ttp://.... It also chops off the last character of the url and the quote before the end ">" on the tag. I can't figure out what is happening ....

View Replies !
Mail A Set Of Addresses From A MYSQL Result
I'm populating a field in MYSQL that collects email addresses for a certain topic and saves them like this:

mail1@mail.com|emailaddress2@mail.com|email3@email.com

- Basically what I'd like to do is explode the data, and set up a mailer from PHP that informs each of the addresses individually that there has been an update to the topic.

I *don't* want each of the mail addresses to be visible to all the recipients on the list, so simply inserting the data into the TO: field won't do, because then all the addresses are visible, causing security concerns. Code:

View Replies !
Imap - Mine And Other Mail Addresses
I'm am working on an wep interface for imap and pop3 servers, where an user can log on to any pop3/imap server and read and send mail.

For the send mail function, I am using imap_mail, where it is possible to apply a from address. But I dont know which from address I should apply. Is it possible somehow to find out which email address belongs to the mailbox I have opened with imap_open, and then use that email address as the from address, when I call imap_mail??? Code:

View Replies !
Send E-mail To Some Or All Email Addresses That Are In A Table
I have a DB table that contains the individual e-mail addresses.  I want to be able to send an email to some or all of the individuals on the table. Right now it will only send to one individual at a time. I have made an e-mail form using check boxes to select the e-mail address. Code:

View Replies !
Set Up A Mail System Where By All Of The Email Addresses Saved In My Adds.txt
i am trying to set up a mail system where by all of the email addresses saved in my adds.txt document can be Emailed with a message written out in a text area.

The simple script works however, it runs everytime i view the page. So if i refresh, each Email address recieves a blank Email. Code:

View Replies !
Sending Mail In To Email Addresses In Mysql Database
I want to send mails using php to a list of email addresses stored in a table in a mysql database.

View Replies !
Script That Adds E-mail Addresses To A Text File
I have script that adds e-mail addresses to a text file, but i'd like it validate the e-mail from the html form: here is the working code I have now:

<?php
$file = fopen("/var/lists/flagstore/flagadd","a+");
fwrite($file, $_POST["name"] . ' ');
fclose($file);
?>

I tried adding the expression to validate the e-mail along with an if else statement and it would no longer add the input to the text file Code:

View Replies !
Combination Of Outlook And Php - Create Stationery For MS Outlook Using PHP Engine
Some of my clients asked me to create "fancy emails" for them (aka html
formatted emails).

I know how to make a nice html document, but I had trouble creating a simple
way to provide the document to my clients so that they could use it to.

I know most of them use Outlook XP or Outlook 2003, so what I created was a
page that creates a Visual Basic script that, when saved to the desktop and
clicked (run), opens a message in outlook using the html provided.

View Replies !
Ereg Replace :: Remove The Email Addresses And Web Addresses
I need to catch the string before it gets saved to the DB and remove the e mail addresses and web addresses that people may enter on the form. I am not clued up with regular expressions at all. From what I can gather, it would be something long the lines of "catch anything that has words after a space and words before a space on both sides of an @ sign". I would imagine that a web address would be something like "everything after http://, anything that has a word immediately proceeded by a fullstop or immediately preceeded by a fullstop, etc."

View Replies !
Confirmation Of Mail Read
i'm having a problem of mail confirmation issues. If i send some Mime mail from my PHP script using mail () ; function, can i have a automated machanism with which i'll come to know whether the user has read my email.

I don't want to make him click anyway in the email , it will just send me the auto-responce when he reads the mail. (i'm assuming, my client has html complient email)

View Replies !
Mail Read Receipt Possible With Php
Is there a way to send an email and notification of when it was read. And if its possible to input the read receipt into mysql? Right now I created a script that will generate a blank 1 pixel image and I have it in the email like

<img src="mysite.com/image.php?id=xxxxx">

so the script will put in mysql the call for the image (when it was opened) and output a white pixel which isnt noticeable in the email. It's been working but I just wanted to have an alternative incase someone blocks images in emails like gmail does.

View Replies !
PHP Read Pop3 Mail Account
I'm after a quick and easy way to read the content of a pop3 mailbox. 

I don't need anything fancy, just a way to list the date/sender/title, and then when selected, display the content of the message.  I'd also like the mail to remain on the server to be downloaded properly into a mail client later.

It doesnt even need to be capable of sending email at the moment - just reading it. It's so that a friend of mine can check her email online to find out her exam result next week while on holiday.

View Replies !
Mail() :: Request For Read Receipt
I'm using the mail() function for following up some customers at my online-service. Is it possable, or is there a function, for making a "request for read receipt" such as in outlook? I want to se if the message is delivered, deleted etc.

View Replies !
American Express
How to implement american express in my site?

View Replies !
Read Html/txt Mail From Postfix Queue
I'm looking for a php class script that display hmtl+txt mail from postfix queue.

View Replies !
Paypal Express Checkout
I want to do a Paypal Express Checkout option on my site. I want the credit card payment to go "through my site" using the Paypal Express Checkout. It says that I need API experience-if I know php well, is that enough?

I tryed to read all the PDF files that they give, but there is no actual
example with open source code.

Has anybody done it? can anybody tell me how to do it? it says that I need to get the token, but it doesn't say how... does anybody use any other credit card method?

View Replies !
Simple Regular Express
I need a regular expression to match a code name which only alphabet and underscore is allowed. but I tried the following statement, it doen't work,

if (!eregi("[_a-z]", $code)) $error = 'Invalid category code format! Only letters and underscores are allowed!'

View Replies !
PHP, Apache, SQL Server 2005 Express - On Vista
Has anyone had any success running SQL Server Express on Vista with
Apache via PHP?
My PHP works fine, Apache works fine, and SQL Server Express works
fine in Management Studio, but I cannot connect via this call:

$myServer = "servername";
$myUser = "username";
$myPass = "password";
$myDB = "myDB";

$conn = mssql_connect($myServer, $myUser, $myPass)
or die("Couldn't connect to Server.");

mssql_select_db($myDB, $conn)
or die("Couldn't connect to Server database.");

The error is "Couldn't connect to Server", so the first connection
statement fails.

The code works fine on a Windows XP machine with Apache as well as a
Windows Server 2003 running IIS, so I don't think that's the problem.
My Apache and PHP work fine on the Vista machine, since phpinfo()
outputs correctly. SQL Server Express works fine by itself as well -
it is the latest version of the software, downloaded quite recently,
so it works fine with Vista.
I have tried the following:
-Enabled TCP/IP, Named Pipes, VIA, and Shared Memory in SQL Server
Configuration Manager.
-Added my Windows account to the administrators in SQL Server Surface
Area Configuration.
-Tried "servernamesqlexpress" and just "sqlexpress", instead of
"servername", in the above connection string.
-Tried turning on mssql.secure_connection in php.ini and then
connecting to port 1443.
-Tried placing php.ini in C:windows and php_mssql.dll in C:windows
system32.
-I searched google for solutions. In addition to the above, one
suggestion was made that a file called ntwdblib.dll needs to be
upgraded. I believe this is an IIS specific file since I don't have
it on my system, so it shouldn't apply in my case.
Any ideas?

View Replies !
Email With Attachment - Annot Be Accessed. The File May Be Read-only, Or You May Be Trying To Access A Read-only Location.
It is a basic email with an attachment. The email and attachment are getting sent and received ok. When the recipient tries to open the attachment, the right application opens (eg. Excel) but then throws up an error. I am using base64 encoding. For example:

.xls file with base64 encoding:
'testing.xls' cannot be accessed. The file may be read-only, or you may be trying to access a read-only location. Or, the server the document is stored on may not be responding.

.pdf file with base64 encoding:
There was an error opening this document. The file is damaged and could not be repaired.
so the file isn't being decoded right. I have tested on Yahoo and Outlook. PHP Code:

View Replies !
Fgetcsv Returns False In Dynamic Read Vs. Hard-coded Read ??
I am working with directories in PHP for the first time. I have code
that I've changed multiple times to try different things. I would think
this is pretty standard fare so I'm not sure why I can't seem to get it
right.

What I would like to see happen:

The code opens the directory and loops through the files, opening them
and processing them.

What is happening:

If I hard code the name of one particular file (it is always the same
file) in my test setting, fgetcsv does not return false and the code
runs fine. The file is parsed and all is well. However, if I let the
code open a directory and then loop through the files, this one
particular txt file does not work. For debug purposes, I have it
displaying each file name and it can display the name, it just won't
process it.

I've even tried setting a for loop and hard coding each file name
(since right now I know the names - I won't in the future) and the file
is processed. It is only when it is set to my $file var dynamically
rather than being hard coded.

Here is the code:
$handle_dir = opendir('../directory_name');
/* loop over the directory. */
$countfile=0;
while (false !== ($file = readdir($handle_dir))) {
$countfile++;
$filevalues = "";
//Skip the first two files that where found because they are
"." and ".."
if ($countfile 2) {
//echo $file;
//begin loop through each file name
$handle = fopen($file, "r");
echo "Filename is: $file<BR>";//at this point the
code can print the file name
if (false == ($filevalues =
fgetcsv($handle,6021,','))){
echo 'problems<br>'//for one particular file,
this always displays
}

View Replies !
Read File - Limit The Number Of Lines To Read
How can I open a file and then limit the number of lines I want to read? say I have a text file and I only want to read line one to get the title of the text within?

View Replies !
Read (and ONLY Read) A Multi-sheets Excel File With PHP.
I want to read (and ONLY read) a multi-sheets Excel file with PHP.
I found so many scripts on the net that I finally don't know what to choose
so... could experimented users help me to directly find the one that I need
?

Here are the two obvious things the script must match :
- free
- can read multi-sheets Excel files

View Replies !
How To Read Up To A Point And Assign The Read Value To An Array.
Open a text file which will look something like this:

QuoteLink 1 http://www.blahblah.com/1651561
Link 2 http://www.etc.com/34324
Link 3 http://www.sdfkjsdf.com/12343423

basically its a "Link n" text followed by a URL text in the format of "http://www.page.com/random numbers"

What I would like the php script to do is to read "Link n" text and output it with the a http link to the URL which follows it. That is it should look something like this in the output:

Link 1
Link 2
Link 3

I have learned how to read a text file with php so far but I have no idea how to make it read up to a point and assign the read value to an array.

View Replies !
Php, Outlook 2k3
I have a php script that grabs user information from a form and
sends me an email when an order has been placed. how do I make the
default 'reply-to' address the email address of the customer? I'm
hoping to click 'reply' within outlook 2003 and not have to type in
each user's email for every order.

View Replies !
PHP And Outlook
I have an application part of which sends an email with attachment. I
have implemented this in php, BUT now the customer wants it to appear in
his Outlook email application (so he can amend defaults etc.)
I cannot find a way to get outlook to accept the attachment using the
mailto:
Is there another way? Can it be done, or is it inhibited by Outlook?

View Replies !
Outlook And PHP
Does anyone know how to update Microsoft Outlook dynamically?

i.e.  when their calendar is updated on a website, the next time they look at Outlook it will update with the new events...

If you don't know the complete solution or have any clues as to how to accomplish this, please let me know.  Any and all information (hints) is desired as I am pretty stumped with this one.

View Replies !
Outlook
Need help making Outlook using existing MySQL DB as its source for address book.  Application was created to manage MySQL based phone directory using PHP. Now management is inclined to use Outlook Address book. I would need to find some way to make Outlook to use existing MySQL DB as its source.

View Replies !
Including Outlook
IN MS outlook we have a thing set up so people can sceaduale the use of rooms/equiment is there a way to access this information from an intranet page? or at least have something that would open the persons outlook up into that area of outlook. It's just everyone seems to find it to complicated to hit the clock button then find "#*$!x" in the menu. You can tell them over and over agaibn this is how you request for this piece of equipment but they just don't get it. Bad thing is they don't use it then come back an hour before they need it and expect it to be there and waiting for them regrdless of someone else needing it.

View Replies !
Email For Outlook
I have gathered a list of emails and concatenated them into a string, for the purpose of using them to send emails out. I don't want to use the mail(), because I just want MS Outlook to open and put the list of emails stored in a var in the CC box.

This way the user can put whatever information they need into the email and click send and it will send it. Is it possible to put it into the CC box or is it just better for the user to use the mailto code in HTML.

View Replies !
Getting Data From Outlook
retriveing data (appointments) from Outlook and to show it
on my php-webpage. I found a link on the net (look below), but I don't got
the right settings in registry on my pc, missing the "Mapi.session" line. Is
there some application I have to install to get this up and working? Or are
there other ways to get data from Outlook?

View Replies !
PHP To Microsoft Outlook
Is it possible to send meeting notifications to microsoft outlook through php? I guess it would be sort of an e-mail sent to an individual telling them they have been invited to attend an event and the event info is automatically added to thier outlook calender or something?

View Replies !
Outlook Download
I have a event scheduler on-line. All is fine, but want to add the ability to download the event the person just signed up for right into outlook or any calendar, but outlook will be far and away the most popular. 

Not sure how to go about this? Looked for some classes at phpClasses. BUt nothing seemed to worked. Tried iCalCreator, but am getting too many errors on the Windows server we are sitting on?

View Replies !
Appointment In Outlook
I have a calendar application written in php for in-house use that I'm trying to extend so that when people book a holiday, day-off, training etc they automatically get an email configured as an appointment so they only have to click on 'accept' and it gets inserted into their outlook calendar.

I've sucessfully used the php mail() function within the application to create emails and that works ok but I can't find anything which tells me if its possible to do this. I've tried adding extra fields to the header (Location: When but to no avail.

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved