creating a mail id in a particular site
Posted: Sat Jan 06, 2007 12:13 am
Suppose i have a site abc.com. Now i want to create a mail id say testmail@abc.com by using php script. Please give me sugestion using php script.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
You can do re-directs easily to other accounts (as in, send mail to abc@your-host.tld to foobar@hotmail.com). That's just aliasing... Exim supports external aliases, some MTAs will not support it without some extra configuration/filtering.basudeb wrote:Suppose i have a site abc.com. Now i want to create a mail id say testmail@abc.com by using php script. Please give me sugestion using php script.
Code: Select all
w3style:/Users/d11wtq root# telnet smtp.swiftmailer.org 25
Trying 217.147.94.117...
Connected to smtp.swiftmailer.org.
Escape character is '^]'.
220 localhost.localdomain ESMTP Exim 4.50 Sat, 06 Jan 2007 13:49:58 +0000[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:3. Do not make multiple, identical posts. This is viewed as spam and will be deleted.