• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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