Jump to content

anonymous emailer


hvle

Recommended Posts

how do I create an annonymous emailing?

for each member on my site, i'd like to give them an annoymous email, such as anno563236@mysite.com.
and when somebody send email to that email, it'll forward to the user real email address.

Is this possible in php?

thank guys
Link to comment
Share on other sites

yes, i know i can use a send mail.  But the point here is give user an email address that can be send from anywhere.

is it possible to set up email forwarding with PHP, i need it to be dynamicly.
Link to comment
Share on other sites

yes, I have a db to convert anno345344@mysite.com to their actual email.

The hard work is, when somebody email to anno345344@mysite.com, I have to catch it with the mail server (POP or SMTP).
Link to comment
Share on other sites

can't do that, everything need to be dynamicly.  so to summarize what I wanted to do:

for each user:
1.  create string of annonymous account name, ie. anno535235@mysite.com, and store in db.
2.  intercept incomming emails, like a filter.
3.  match the annonymous account and send the content of email to the actual email address.

step 2 is where I have no clue.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.