• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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