Email Forwarding Service Website

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
supermonkey
Forum Newbie
Posts: 1
Joined: Sun Apr 24, 2011 1:07 am

Email Forwarding Service Website

Post by supermonkey »

I am trying to build a simple email forwarding service website like fanmail.com

So here's what I am trying to accomplish in a nutshell:

UserX who has a original email address of UserX@gmail.com Visits my website uvwzyx.com and is allowed to create an email address UserX@uvwxyz.com. I want all the emails arriving at UserX@uvwxyz.com to be forwarded automatically to UserX@gmail.com

Any suggestion ?
Peter Kelly
Forum Contributor
Posts: 143
Joined: Fri Jan 14, 2011 5:33 pm
Location: England
Contact:

Re: Email Forwarding Service Website

Post by Peter Kelly »

i suggest you stop looking into PHP and start looking into your email server
Post Reply