Dynamic Email Generation

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
manigandan
Forum Newbie
Posts: 2
Joined: Wed Mar 28, 2007 5:01 am

Dynamic Email Generation

Post by manigandan »

HI I want to generate dynamically email ID (domain mail ID)......pls any one help me...............

Thnx .......
Mani
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

You need access to the MX server's configuration, then you can either simply add aliases, or in some cases, add virtual accounts for the new address. This would be better directed to the forum/maling list for the MTA you're using :)
Post Reply