newhck / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
GNU General Public License v3.0
0 stars 0 forks source link

Email subject not being properly set #103

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set "subject" parameter when designing the form.
2. Send a test email to self.
3. Noted that subject was blank

What is the expected output? What do you see instead?
Expected subject to be populated.

What version of the product are you using? On what operating system?
1.1.4

Please provide any additional information below.
Modified line 93 of class.email.php (r420) to the following to resolve:

$mail->Subject = $this->subject;

Original issue reported on code.google.com by jdo...@gmail.com on 10 Jan 2011 at 7:00

GoogleCodeExporter commented 8 years ago
Likewise, I also had to tweak line 93 in this way.

Original comment by b...@meredevelopment.co.uk on 2 Mar 2011 at 6:42

GoogleCodeExporter commented 8 years ago
Thanks for the bug report and patch!

- Andrew

Original comment by ajporterfield@gmail.com on 14 Mar 2011 at 3:21

GoogleCodeExporter commented 8 years ago
This still does work.

Original comment by rich.g.c...@gmail.com on 19 Apr 2011 at 5:39