|
List Info
Thread: email to mysql database
|
|
| email to mysql database |

|
2006-06-12 09:06:58 |
Wassup guys im workin on a project where users on my website
will be
able to view email from other users and the administration
of the
institution Id like to avoid using a mail server and create
prototype
mail function which will inject to from and the messages
sent into the
database which can be read by the users once theyre logged
in ,
question is is there a scipt already available and is is
feasible
,looking for ideas please help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Professional PHP Developers"
group.
To post to this group, send email to Professional-PHP googlegroups.com
To unsubscribe from this group, send email to
Professional-PHP-unsubscribe googlegroups.com
For more options, visit this group at http:
//groups.google.com/group/Professional-PHP
-~----------~----~----~----~------~----~------~--~---
|
|
| email to mysql database |

|
2006-06-12 11:06:52 |
|
Of course its feasable. If you dont need this to send mail via SMTP, just be like a private messaging system, it will be VERY easy.
On 6/12/06, yonny <
googlemail.com">yonnym googlemail.com> wrote: Wassup guys im workin on a project where users on my website will be
able to view email from other users and the administration of the institution Id like to avoid using a mail server and create prototype mail function which will inject to from and the messages sent into the database which can be read by the users once theyre logged in ,
question is is there a scipt already available and is is feasible ,looking for ideas please help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Professional PHP Developers" group. To post to this group, send email to Professional-PHP googlegroups.com To unsubscribe from this group, send email to Professional-PHP-unsubscribe googlegroups.com For more options, visit this group at http://groups.google.com/group/Professional-PHP -~----------~----~----~----~------~----~------~--~---
|
| email to mysql database |

|
2006-06-12 12:02:49 |
Liore,
Your answer is interesting... please elaborate.
Are you talking about a form and database... or
actually creating
a webmail application?
So any email address can send to an email address on
the system
and be read ?
Please provide some more detail.
Joel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Professional PHP Developers"
group.
To post to this group, send email to Professional-PHP googlegroups.com
To unsubscribe from this group, send email to
Professional-PHP-unsubscribe googlegroups.com
For more options, visit this group at http:
//groups.google.com/group/Professional-PHP
-~----------~----~----~----~------~----~------~--~---
|
|
| email to mysql database |

|
2006-06-12 12:03:43 |
|
when you say on the system, are you talking about using actual email? like pop3 and smtp, or making an internal message system using php and mysql.
On 6/12/06,
The Webdevil [ 360 PSG ] <360psg.com">joel 360psg.com> wrote:
Liore,
Your answer is interesting... please elaborate. Are you talking about a form and database... or actually creating a webmail application? So any email address can send to an email address on the system
and be read ? Please provide some more detail.
Joel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Professional PHP Developers" group. To post to this group, send email to Professional-PHP googlegroups.com To unsubscribe from this group, send email to Professional-PHP-unsubscribe googlegroups.com For more options, visit this group at http://groups.google.com/group/Professional-PHP -~----------~----~----~----~------~----~------~--~---
|
| email to mysql database |

|
2006-06-15 08:58:05 |
Yes i was talking
about an internal messaging system that people in an
organisation
can send meail to each other while in the local are no
outside
connection to the internet without SMTP or POP3 protocols
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Professional PHP Developers"
group.
To post to this group, send email to Professional-PHP googlegroups.com
To unsubscribe from this group, send email to
Professional-PHP-unsubscribe googlegroups.com
For more options, visit this group at http:
//groups.google.com/group/Professional-PHP
-~----------~----~----~----~------~----~------~--~---
|
|
| email to mysql database |

|
2006-06-15 10:26:15 |
|
that is very easy with php and mysql. I can write a simple version for you today when I get home from work.
On 6/15/06, yonny <googlemail.com">
yonnym googlemail.com> wrote:
Yes i was talking about an internal messaging system that people in an organisation
can send meail to each other while in the local are no outside connection to the internet without SMTP or POP3 protocols
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Professional PHP Developers" group. To post to this group, send email to Professional-PHP googlegroups.com To unsubscribe from this group, send email to Professional-PHP-unsubscribe googlegroups.com For more options, visit this group at http://groups.google.com/group/Professional-PHP -~----------~----~----~----~------~----~------~--~---
|
| email to mysql database |

|
2006-06-15 10:56:45 |
Hi Liore..
Your info is very intresting...please let us know in
detail..
On 6/15/06, Liore Shai <liores gmail.com> wrote:
> that is very easy with php and mysql. I can write a
simple version for you
> today when I get home from work.
>
>
> On 6/15/06, yonny < yonnym googlemail.com> wrote:
> >
> >
> >
> >
> > Yes i was talking
> > about an internal messaging system that people
in an organisation
> > can send meail to each other while in the local
are no outside
> > connection to the internet without SMTP or POP3
protocols
> >
> >
> >
> >
> >
>
>
> >
>
--
Regards,
krishna Devan. V
~~"Knowledge speaks, but wisdom listens."
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Professional PHP Developers"
group.
To post to this group, send email to Professional-PHP googlegroups.com
To unsubscribe from this group, send email to
Professional-PHP-unsubscribe googlegroups.com
For more options, visit this group at http:
//groups.google.com/group/Professional-PHP
-~----------~----~----~----~------~----~------~--~---
|
|
| email to mysql database |

|
2006-06-15 21:49:41 |
|
Ok, here's what you would need to do:
1. Make a DB.
Put the tables Messages, and users in. In messages, put the fields for, from, id, timestamp, message, subject. In usrs, put in name, id, password, and anything else you want.
2. Make the script
Make a login/logout script that sets a cookie of the users ID and password. and set a logged in token.
In the header of every file check if it is logged in, if it is, display the email page. If it is not, display login form. On top of every page, if logged in token is true, check id and password against database to make sure it isnt a hack attempt.
On the email file, make a script loop all messages for user id of the logged in guy.
you can make a send email form, and make it insert into the messages table.
If you would like me to write this script for you, I would do it for a few bucks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Professional PHP Developers" group. To post to this group, send email to Professional-PHP googlegroups.com To unsubscribe from this group, send email to Professional-PHP-unsubscribe googlegroups.com For more options, visit this group at http://groups.google.com/group/Professional-PHP -~----------~----~----~----~------~----~------~--~---
|
[1-8]
|
|