• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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