Mobile app version of vmapp.org
Login or Join
Turnbaugh106

: PHP script to send notification email via hosted ISP I have PHP 5 running on a hosted ISP. The ISP gives me minimal configuration options via cPanel. Is there any way to use email notification

@Turnbaugh106

Posted in: #Email #Php

I have PHP 5 running on a hosted ISP. The ISP gives me minimal configuration options via cPanel. Is there any way to use email notification to respond to some given event? I want to send from PHP in the background. Must I specify environment stuff like POP or SMTP? My hosted ISP offers email addresses of course -- does using one of those make things easier? Now that you know how ignorant I am, do you have any general advice on approaching this?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Turnbaugh106

1 Comments

Sorted by latest first Latest Oldest Best

 

@Goswami781

Your hosting company may have set up the environment already for you. Have a look at the PHP mail page and write a test script to send yourself an email.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme