edugsdf
Forum Replies Created
-
Let me further explain why you want to use API.
I use the siteground host and it only allows to send by SMTP the maximum 800 per hour.
I will need to send email marketing, and I believe that if you use the SMTP settings of Mailjet by SMTP Post will be limited to 800 per hour.
Do you understand what I say and why I’m worried?if I want to contribute by adding this by adding this API option, is there documentation for Post SMTP explaining how to add?
In the mailjet site there is a document to be implemented in PHP.Forum: Plugins
In reply to: [Astra Hooks] astra_body_top where is ?Thanks for the answer.
But I did get using the child thema in functions.php, like this:
add_action( 'astra_body_top', 'add_tagmanager_script' ); function add_tagmanager_script() { if ( function_exists( 'gtm4wp_the_gtm_tag' ) ) { gtm4wp_the_gtm_tag(); } }
And it works perfectly.
Then I removed the plugin.
- This reply was modified 6 years, 5 months ago by edugsdf.
Forum: Plugins
In reply to: [SendPress - Contact Form 7 Integration] How to save phone number.I made two changes and it works for me.
1) I added the option to save the phone.
1.1) in the wpcf7_sendpress_subscribe_to_lists function I added the phonenumber entry in the user_data array.
I did the isset treatment.1.2) then in the same function in the call SendPress_Data :: subscribe_user I passed the parameter phonenumber. And you also have to pass the Status = 2 parameter.
2) the wpcf7_add_shortcode call was discontinued. It has been replaced by wpcf7_add_form_tag. On line 10 of the file that is in the paste bin.
I do not know if it was the correct form, but for me it is working. I hope I have helped.
New code in: https://pastebin.com/R9zZia1h
See attachments:
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Attachments don't work – ERROR PostmanWpMailI’m also having this same problem!
Any official solution?
Forum: Plugins
In reply to: [WooCommerce Boleto] Boleto BB – Sacado falta informa??esMa verdade, esta faltando CPF/CNPJ no campo sacado.