The following warnings occurred:
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
Receive messages from p01-contact by department - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Receive messages from p01-contact by department (/showthread.php?tid=2627)



Receive messages from p01-contact by department - alvares - 2012-01-19

Hello,
I'm using the p01-contact and would like to separate each department receiving mail through the form.

I wonder if it is possible in a form has several departments and specific emails to receive the message. Example: If the user wants to send email to support, choose support. But if the message is for the commercial, go to the email comercial.

Ex. http://lameo.fr/contact


Receive messages from p01-contact by department - alvares - 2012-01-19

anybody?


Receive messages from p01-contact by department - yojoe - 2012-01-23

It's not directly possible with P01's contact plugin, but you can achieve it by using email filters in your mailbox config.
Just add a dropdown list with department phrases (commercial, support, etc.), and add a filter in your mailbox to forward mail to chosen department if the mail contains its name.
Otherwise you'd have to add conditional statements in plugin's code to send messages basing on chosen form parameters. Too much hassle for average user.