Tips and Tricks HQ Support Portal › Forums › WP PDF Stamper › How to add bcc to auto-reply mail for paypal payment ?
- This topic has 16 replies, 3 voices, and was last updated 12 years, 9 months ago by supertat.
-
AuthorPosts
-
December 28, 2011 at 10:51 am #5128supertatMember
Hi.
How to add bcc to auto-reply mail for paypal payment ?
I found I can change the template of the mail by modifying
wp-pdf-stamper/api/ipn_customization_config.php.
but don’t know how to add bcc.
Thanks in advance.
December 29, 2011 at 4:51 am #40082adminKeymasterThere is no option to add bcc. BCC is for mass mailing whereas the PDF stamper only send the email to the customer who purchase the product (his details are stamped in the PDF file).
December 29, 2011 at 10:26 am #40083supertatMemberWhat I would like to do is, by adding my own address at bcc, to make sure that a correct mail was surely sent to the customer.
Is there any other options to do that ?
December 30, 2011 at 5:20 am #40084adminKeymasterI can add in an option to send an email to the seller which can contain the buyer email.
December 30, 2011 at 10:05 am #40085supertatMemberThank you. Please add the option.
I would greatly appreciate it.
January 3, 2012 at 11:08 am #40086supertatMemberCould you tell me when you are going to add the option and how can I get it ?
January 4, 2012 at 4:57 am #40087adminKeymasterI should be able to add something within a week or two. When I add it I will send you an email.
January 21, 2012 at 3:11 am #40088icomputeMemberI would like that also
Mary
January 21, 2012 at 6:24 am #40089adminKeymasterI have added this to the new version PDF stamper (when you edit the “wp-pdf-stamper/api/ipn_customization_config.php” file you will see this option).
@Mary, If I remember correctly you are using eStore with PDF Stamper right? eStore lets you specify multiple notification email address already. Check the help text for the “Notification Email Address” field in eStore’s settings.
January 25, 2012 at 12:18 pm #40090supertatMemberThank you. How can I get the new version ?
January 26, 2012 at 6:12 am #40091February 26, 2012 at 8:17 am #40092supertatMemberI tested the new function but it doesn’t working.
Mail to the buyer is sent, but not to the seller.
In ipn_customization_config.php, there are the following lines.
===
//This is where a notification email will be sent after a purchase if you specify an email address below. Example eamil address: jon.doe@hotmail.com
$seller_eamil_adddress = “”;
//Seller email subject
$seller_email_subject = “Notification of product sale”;
//Seller email body. The {buyer_email} will be dynamically replaced with the actual buyer email.
$seller_email_body = “Dear Seller”.
“nnThis mail is to notify you of a product sale.”.
“nnThe following email was sent to the buyer:”.
“n{buyer_email}”.
“nnThanks”;
===
I guess “$seller_eamil_adddress” is a typo of “$seller_email_address”, right ?
I tried both “$seller_eamil_adddress” and “$seller_email_address” with simple values like below,
but both failed (no mail has been sent).
===
//This is where a notification email will be sent after a purchase if you specify an email address below. Example eamil address: jon.doe@hotmail.com
$seller_eamil_adddress = “me@aaa.com”;
//Seller email subject
$seller_email_subject = “FFF”;
//Seller email body. The {buyer_email} will be dynamically replaced with the actual buyer email.
$seller_email_body = “AAA”;
===
I checked junk mail folder.
Do you have any idea to solve this issue ?
February 27, 2012 at 12:53 am #40093adminKeymasterThat is definitely a typo (I will fix it) but it is a variable name so it doesn’t matter as long as you specify the email address inside the quotes (“”) it will use that value. Are you sure you didn’t introduce an error when modifying the file similar to your other query?
https://support.tipsandtricks-hq.com/forums/topic/auto-email-doesnt-arrive
February 27, 2012 at 8:04 pm #40094supertatMemberThis issue occurs even just after the following procedure.
– delete and re-install pdf stamper
– fill in a valid email address in the double quotes of $seller_eamil_adddress.
So I am sure this query has nothing to do with
https://support.tipsandtricks-hq.com/forums/topic/auto-email-doesnt-arrive
February 28, 2012 at 1:42 am #40095adminKeymasterYour from email address is not the same as your seller email address right? Some server’s don’t allow you to send an email when the “to” and “from” addresses are the same.
-
AuthorPosts
- You must be logged in to reply to this topic.