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.





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 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 !
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 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 !
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 !
Make A News System With A Template System
i'm a total,and mean total newbie in PHP. I want to make a news system with a template system(like footer.php and header.php) but dont know how to?

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 !
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 !
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 !
Best Way To Make An IP Ban System?
What would be the best way to make an IP ban system? I don't think I have to say anymore than this, as it is pretty straight forward.

View Replies !
How To Make A Comment System
i currently have a news system, and want to allow people to add comments on what they think about the article. would i have to add another table, or another row into my database.

View Replies !
How To Make A Voting System With Php/mysql.
how to make a voting system with php/mysql. I've got a website that is still in beta stage tested in local, the aim is to list books with a review (made by me) and a vote (made by visitors). So I supposed that it should work like this:

- a visitor looks at the review page and under it he can see the rating of the book given by previous visitors

- he decides to vote too and so clicks on a gif image representing the vote that he would like to express and gets redirected to another page saying "thanks for voting" or "sorry, already voted"

The table "books" in the database already exists with some books,reviews,etc. How can I work it out?

View Replies !
Tutorial To Make A Login System
im looking for a tutorial to make a login system, i have fou8nd one but apparently it isnt very secure, im looking for one that will email the user with a activation link.

View Replies !
How To Make A Private Messaging System, But It Uses Cookies?
found a tutorial on how to make a private messaging system, but it uses cookies, and I use sessions, and i'm pretty new to php and I dont know where my mistakes were.

First off all the error im getting is when U click on inbox or new message, its supposed to bring up a page to compose or to my inbox but it just shows a page not found I dont understand why, and I though it might just be because of my updates but I tried with original coding and it still didnt work, So i though maybe it doesnt work because (my modified one) because I didnt modify it right. And the original one because I dont have cookies, but I dont know :-S Code:

View Replies !
Make My Own Web Based Email System Like Webmail.
I have a emaikl address with my ISP www.paradise.net.nz and I want to make my own web based email system like webmail.

Firstly i want to know if this can be done with a ISP's email address??? Does anyone know who I can test this??

View Replies !
Example Of How To Make An HTML/Javascript Desktop And Windowing System
What's the point of something like this?

As a php programmer, everything is already there for me, except a
decent client-gui system. I could write php-gtk apps, but they're not
as easy or as portable, html is php's native interface, and so maybe
with some javascript...

Does anybody else get frustrated at how long it can take to learn
something apparently simple in javascript, and how quickly it can be
forgotten because of the complicated syntax; or else how often it can
be discovered that ones solution was based on a browser-specific
feature?

It may just be me, but for this reason I've made a collection of
working, browser-independent scripts that produce an example windowing
system and desktop environment, including a command line and a short
manual.

If any of this sounds like it would be useful to you, feel free to
check it out. It's all one page, the source is well commented, and
although I wrote it I am not trying to own it. Copy as much or as
little as you want, make modifications and sell them.

It gets updated periodically (when I feel like it) so please feel free
to criticise or contribute. Feel free also to make a better version,
either from scratch or based on mine, so that I have something to
compete with and so that others can have more to choose from.

View Replies !
Session Problem - Make A Member Authentication System
i try to make a member authentication system. I did but i have some problems about member pages. i mean i logged in successfully but in the new page though i do session control ,my session seems empty. codes:

View Replies !
Make A Pagination System Work On A Page Of Results That Come From A Form
I try to make a pagination system work on a page of results that come from a form. The results get fine to the results page (with the right limit specification, but I am unable to pass the following results to next page. I think the problem could be on two places:

Or I made a mistake in my form which looks like this:

View Replies !
Apache Conf To Make The PHP's System Command Works On Linux.
I've got a big problem to make my code works.
My system() command don't seems to work.

for that code :

$res = system($command);
echo"res = $res<br>";

the result is "res = " and the command is not executed.

I feel that it come from my Apache configuration.
However my safe_mode_exec_dir is pointing on the dir of my exec code. My OS is Unix.

View Replies !
PHP Make A File & E-mail It
i have a page on my site where i add a user with a username, password and e-mail address.
now what i want to do is make it so when i click sumbit it makes a file called $membername.cfg then i want it to e-mail that person with the CFG as an attachment but i aint a clue how been looking though these forums to no avail?

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

View Replies !
Mail System
I want to make a mail system that works like this : I have a site for a gamers clan , so lots of members visit this site every day , now I want to make a mail system that does this :

When you visit my page you see somewere on the page a thing that makes you login or register if you aren't allready , so if you login you are able to send short text messages to people that are registered on the site , so you are able to send simple text (not images etc...) And when that user visits the page , logs in , he has to see some thing that indicates he has new mail (example : "You have 1 new email") And that he can read it on that same site by clicking on that message or something

I know it sounds weird , but I 've seen it on a site http://shrimpwars.be <-on the top right you can log-in or register etc ...


Please help me , at least tell me what function I should use (mail() , smtp ...)


Thanks

View Replies !
Web Mail System
1. I have written the registration of new email account.
2. I can write email and send it out in php.

q1. but I do not know how to read each email from the account that has emails and displays accordingly to each email account after he /she logins. I think neoemail is written in perl. I wish I could write something like the neoemail.

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 !
Need A Full Corporate Mail System
I am running apache 2.2.6-1.fc7. I am now writing a site that will require the sending of forms by php mail().

What is the minimum I need to configure on my apache development server to
allow me to do this. I do not need a full corporate mail system, just
allowing the website forms to use php mail() on the testing server, I know...

View Replies !
On-site Messenging/mail System
I need an internal (on-site) messenging/mail system, essentially a memo system, so users on my site can send message to other users. Anyone know a good site to get one? or do you recommend I make one myself?

View Replies !
Call To Mail() That I Make Is Crashing My PHP Error Script;
For some reason a particular call to mail() that I make is crashing my PHP error script; it works fine in other scripts, but not here. I'm certain it is mail() that is the problem, as if I remove the call then everything works. Basically the situation is that the script does a lookup in the database for an error message, but if it can't find one then I want it to get the generic message and email the web admin. A cut-down script snippet follows:

$error = mysql_query("SELECT err_msg
FROM _website_err
WHERE err_id = '$error_code'");

/* If no error message was returned, return the generic msg and email the webadmin. */

if (mysql_num_rows($error) == 0) {
$error = mysql_query("SELECT err_msg
FROM _website_err
WHERE err_id = -1");
mail("$email", "email error", "blah...");
}

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 !
WordPress System Mail Sending Problem
I'm facing a silly problem using WordPress in my server. Actually my
host is sf.net who might have disabled phpmailer function and that is
why whenever wordpress suppose to send a system mail to any email
address, it fails. For example when a user signs up, it suppose to
send some confirmation mail to the user, but it fails to send that.

View Replies !
Automated Mail Generated Notification System
I want to send the mail internally with out using inbox,compose etc from my local system to a remote domain.

View Replies !
MySQL Form Driven Mail System
I'm hoping to find an example(s) of a mysql/form mail system... I
would like users to be able to mail each other internally through some
sort of form system. My searches so far have turned up lots of
discussion/forum stuff, but not a simple mail system. I'm not looking
to buy anything (having fun learning PHP), I'd just like some
examples to have a look at. Code:

View Replies !
Mail Problem - Online Booking System For Equipment.
I am writing an online booking system for equipment. I want to be able to
automatically email those who have booked equipment, say one or two days
before to remind them of their booking. Does anyone have any ideas of how I
could do this (I am familiar with the mail() function in PHP).

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 !
Mail Function PHP Must Have Access To The Sendmail Binary On Your System During Compile Time.
i'm almost 100% sure my code is good as I basically copied and pasted the same code I had working on my web server. Now, I have it setup to email a form from a network server php file. The problem is that it isn't working. Neither is a header Location line either for that matter. I'm wondering why this is. Could it be because somehow these require php libraries that they don't have access to? It works fine on my web server. I found this snippet on the mail function: Quote:

For the Mail functions to be available, PHP must have access to the sendmail binary on your system during compile time. If you use another mail program, such as qmail or postfix, be sure to use the appropriate sendmail wrappers that come with them. PHP will first look for sendmail in your PATH, and then in the following: /usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib. It's highly recommended to have sendmail available from your PATH. Also, the user that compiled PHP must have permission to access the sendmail binary.

View Replies !
How To Make The Mail Script Print The Name Of The Variable Before The Variable.
I have my mail script working. It sends correctly to the box specified, all data is correctly passed both in the email and in the sql db. My question is about how to make the mail script print the name of the variable before the variable.

Joe Blow
joe@blow.com

I want it to look like:
Name: Joe Blow
Email: joe@blow.com

I am not sure how to do this, and the little things I have tried just break my script. Can anyone point me in the right direction.........

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 !
No Libphp4.so File Created In Make Intstall Or Make.
I have done a make, and a make install on the 4.3.6 version, using
/usr/local/etc/php as the directory I make from. However, no matter what
I do, I do not see a php4lib.so that has been created. The documentation
I recieved (an IBM source) says that the following has to be added to the
httpd.conf file :

LoadModule php4_modulelib/apache/libphp4.so
..
..
..
AddModule mod_php4.c

here is the output from my make install :

[root@mail php]# make install
Installing PHP SAPI module: cgi
Installing PHP CGI into: /usr/local/bin/
Installing PEAR environment: /usr/local/lib/php/
[PEAR] Archive_Tar - already installed: 1.1
[PEAR] Console_Getopt - already installed: 1.2
[PEAR] PEAR - already installed: 1.3.1
Wrote PEAR system config file at: /usr/local/etc/pear.conf
You may want to add: /usr/local/lib/php to your php.ini include_path
[PEAR] DB - already installed: 1.6.2
[PEAR] HTTP - already installed: 1.2.2
[PEAR] Mail - already installed: 1.1.3
[PEAR] Net_SMTP - already installed: 1.2.3
[PEAR] Net_Socket - already installed: 1.0.1
[PEAR] XML_Parser - already installed: 1.0.1
[PEAR] XML_RPC - already installed: 1.1.0
Installing build environment: /usr/local/lib/php/build/
Installing header files: /usr/local/include/php/
Installing helper programs: /usr/local/bin/
program: phpize
program: php-config
program: phpextdist

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 !

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