Page 1 of 1

:: Dynamic Email Creation ::

Posted: Thu Mar 29, 2007 1:23 am
by manigandan
Hi I want to create eMail ID dynamically (SMTP mail ID), please help me out from this..........

Thanks .......
Mani

Posted: Thu Mar 29, 2007 3:18 am
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)

Posted: Thu Mar 29, 2007 9:02 am
by feyd
duplicate thread. locked.