• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

How to send email under Plesk Panel Web page

K

kclo

Guest
Hi,

Do I need to install additional php or asp component in order to allow our website to send email under their web pages written by php or asp
 
No, you shouldn't install anything additional. Just use usual mail functions, php_mail(), for example.
 
How about the end-user of the website owner just want to use asp for web page programming? Some people told me that I need to install some asp mail components into IIS in order to let asp to send email
 
No, just make sure that you have enabled Active Server Pages for IIS in Windows Components (Add/Remove Programs).
If your ASP pages works fine - you can use mail function there.
 
Back
Top