Page 1 of 1

direction in testing my send mail

PostPosted: 22. November 2006 02:24
by flaskvacuum
I dump all my files into my htdoc. I need to test whether i manage to send a link into my gmail and from there follow the link to view my e-card.

I have read mercury and sendmail and was confuse. Those thread are meant for those that already have their own host or they are like me developing their own project locally and need to test it out? Please advice further.

PostPosted: 24. November 2006 19:09
by Sean-Michael
just google for "php script to test send mail", this is one I got a hit on,

http://www.ibdjohn.com/sendurl/sendurlphp.txt

hope that helps some' :D

Re: direction in testing my send mail

PostPosted: 25. November 2006 16:09
by phpkar
flaskvacuum wrote:I dump all my files into my htdoc. I need to test whether i manage to send a link into my gmail and from there follow the link to view my e-card.

I have read mercury and sendmail and was confuse. Those thread are meant for those that already have their own host or they are like me developing their own project locally and need to test it out? Please advice further.


use this simple SMTP server instead of those:
www.php45.com/smtp

PostPosted: 25. November 2006 21:23
by WorldDrknss