Most business related websites automatically generate emails at certain times. There are plenty of reasons why you might want to generate emails directly from your website. Here are some examples:
- You might send users a welcome message when they register with your website.
- Your website might automatically send a regular newsletter to subscribers.
- Your website could have a feedback form that enables users to contact you. This form could automatically generate an email to you the user submits it.
- You could configure a notification/alert email to be sent to you whenever an error that requires urgent attention is generated.
- Your website might have an "Email this article" button.
Both ColdFusion and PHP make sending mail extremely easy. ColdFusion's CFMail tag makes sending email a breeze, whilst PHP's mail() function is what you need to use on a PHP platform.
If your website still doesn't have any mail functionality, perhaps now's the time to change that!
1 comment:
yay!
Just what i need.
Even though i know a bit about php i have no idea about it. lemme check this out.
I'm building a website in a jsp platform and i was wondering how to do this; thanks for helping me out.
Post a Comment