:: Dynamic Email Creation ::

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

Locked
manigandan
Forum Newbie
Posts: 2
Joined: Wed Mar 28, 2007 5:01 am

:: Dynamic Email Creation ::

Post by manigandan »

Hi I want to create eMail ID dynamically (SMTP mail ID), please help me out from this..........

Thanks .......
Mani
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

ermm.. i think i seen this post before.

but, doesn't just a random id work for emails?

Code: Select all

$id = time().substr(md5(microtime()), 0, 10)
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

duplicate thread. locked.
Locked