Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Says (no subject) for all emails #6

Open
beelzebomb opened this issue Jun 16, 2017 · 1 comment
Open

Says (no subject) for all emails #6

beelzebomb opened this issue Jun 16, 2017 · 1 comment

Comments

@beelzebomb
Copy link

Is there a way to permanently set the subject of the email received to say something other than (no subject) ?

@tomroguk
Copy link

In inc/send.php change:
$mail->Subject = $_POST['subject'];
to

$mail->Subject = "Your own subject line";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants