Package DE_EPAGES::ProductRecommendation::API::Inquiry
Sends the product inquiry e-mail.
@EXPORT_OK |
Functions
SendProductInquiryMail
Sends a product.inquiry e-mail to the shop merchant on behalf of $Sender .
Syntax |
SendProductInquiryMail( $Product, $hParams ); |
Example |
SendProductInquiryMail( $Product, { 'Sender' => $Sender, 'SenderEmail' => $SenderEmail, 'Inquiry' => $Inquiry, 'Phone' => $Phone, 'CurrencyID' => $CurrencyID, 'LocaleID' => $LocaleID, 'Copy' => $Copy, }); |
Input |
|