Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Configuration/FlexForms/FlexformPi1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
<type>text</type>
<cols>32</cols>
<rows>2</rows>
<max>1000</max>
</config>
</settings.flexform.receiver.email>
<settings.flexform.receiver.fe_group>
Expand Down
2 changes: 1 addition & 1 deletion ext_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ CREATE TABLE tx_powermail_domain_model_mail (
sender_name varchar(255) DEFAULT '' NOT NULL,
sender_mail varchar(255) DEFAULT '' NOT NULL,
subject varchar(255) DEFAULT '' NOT NULL,
receiver_mail varchar(255) DEFAULT '' NOT NULL,
receiver_mail varchar(1024) DEFAULT '' NOT NULL,
body text NOT NULL,
feuser int(11) DEFAULT '0' NOT NULL,
sender_ip tinytext NOT NULL,
Expand Down