50 document(s) found for: "ai content"



None of the email delivery options work in my file manager?

1) Double check that test emails didn’t go to spam folder – sometimes that happens. 2) Try using simple php mail() delivery method first. 3) Make sure you you’re using all the right ports/usernames/passwords – please double check with your provider. 4) Make sure you have set Sender Email and Sender Name (image below) – if you […]

How to edit recurring subscription cancellation email template ?

Edit yourdomain.com/wp-content/plugins/paypal_pro_wp/ payment_terminal_transactions.phpEmail template is located on lines 57 to 69.

How to edit admin email template “new payment received”?

There are 2 emails like that. One goes to admin when recurring transaction is processed, and one when one-time transaction is processed.For one-time, edit yourdomain.com/wp-content/plugins/paypal_pro_wp/terminal/paypal/form.processing.php lines 267 to 286.you will see code like this, just edit the required text.Also, please note, line 269 can be changed to your company name and email, so that emails […]

How to edit recurring subscription cancellation email template ?

Edit yourdomain.com/wp-content/plugins/authorize_net_payment_terminal/payment_terminal_transactions.phpEmail template is located on lines 50 to 60.

How to edit admin email template “new payment received”?

There are 2 emails like that. One goes to admin when recurring transaction is processed, and one when one-time transaction is processed.For one-time, edit yourdomain.com/wp-content/plugins/authorize_net_payment_terminal/terminal/authorize/form.processing.php lines 236 to 257. you will see code like this, just edit the required text.Also, please note, line 239 can be changed to your company name and email, so that […]