I was developing a site and its like 80% done and I am still working on it - the problem right now I am facing is client is asking me to show him a verification mail is sent when user get register with a link to verify the account - so despite decorating it I was searching for some ready made template that are already converted in PHP mail as I am new to php as well - But so far I have not found any ? can any body help me finding them online ? or they are not available over internet and I have to decorate the mail my self ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
What do you mean with a template? If it is about the design, then you can send the email as html so you can format it anyway you want. There are very good mailing scripts like phpmailer and swift mailer. |
||||
|
|
