cPanel username in Subject
Hello
I have created plugin where I want to send email to support email id. Everything is working fine but I want to add cPanel username in subject.
function sendform($form, $server) {
$emailAddress = $_POST['email">;
$from = 'From: ' . $_POST['email"> . "\r\n";
$subject = 'cprequest ' . strtoupper($form->subject) . ' ';
This is my current format. How can I add cPanel username and hostname in sunject ?
-
Hello, Could you provide some additional information about which cPanel username you want added to the message subject? For instance, are you attempting to add the cPanel username associated with the account using that PHP script? Thank you. 0
Please sign in to leave a comment.
Comments
1 comment