Forum Replies Created
-
AuthorPosts
-
March 9, 2015 at 4:03 am in reply to: eMember – allign login form and change background image #69020fareastMember
Hi Admin,
Thank you.
It works now.
I’ve make some alteration on WP page template of the current WP themes, then add your suggested CSS code into “eMember_custom_style.css”.
Thanks a lot!!
Regards,
Faiz
fareastMemberThanks wzp, for the time being I will use MailPoet.
Will request for custom work order in the future.
fareastMemberI am sorry sir, if my English’s phrase lead to different meanings. Really sorry for my bad.
I am not the developer. But, I purchased that plugin from the website given.
Do I need to request for customization in the following link?
https://support.tipsandtricks-hq.com/need-custom-work-done
to make it works with eStore?
October 2, 2014 at 5:01 am in reply to: eMember – put registration shortcode or php function out of wordpress page #65722fareastMemberThank you for your suggestion. I am using redirection instead.
September 11, 2014 at 7:35 am in reply to: eMember – Subscriber by email sent email as "WordPress" as a sender name #65395fareastMemberHi,
Found the work around.
Just realize on my autoresponder have option to
“send messages with this email system”, there are 2 options i.e.:
1) Local Sendmail
2) Local SMTP
Default is using Local Sendmail, problem solved when I changed to Local SMTP option.
Thank you,
Faiz
September 10, 2014 at 4:17 am in reply to: eMember – Subscriber by email sent email as "WordPress" as a sender name #65394fareastMemberSeem like wordpress replaced the name value before email being send.
Say,
AR = Autoresponder
WP = WordPress
User optin –> eMember sent email (correct name value) –> WP replace name value to “WordPress” –> sent email to AR subscription email address using “WordPress” value
Does it make sense?
September 10, 2014 at 4:05 am in reply to: eMember – Subscriber by email sent email as "WordPress" as a sender name #65393fareastMemberHi,
I’ve contact my autoresponder support and waiting for their respond.
But, i think that autoresponder just take whatever value from email information.
I am looking at the mailbox which my autoresponder monitor for new incoming subscription as per below (I replaced the original domain value):
xxx.com – my hosting provider
yyy.com – my autoresponder
zzz.com – website which I place the eMember registration form
gmail.com – my email from
</p>
<p>Return-path: <xxx@box858.xxx.com><br />
Envelope-to: yyy@yyy.com<br />
Delivery-date: Mon, 08 Sep 2014 23:16:11 -0600<br />
Received: from localhost ([127.0.0.1]:38910 helo=box858.xxx.com)<br />
by box858.xxx.com with esmtp (Exim 4.82)<br />
(envelope-from <xxx@box858.xxx.com>)<br />
id 1XRDml-0005UJ-Hf<br />
for yyy@yyy.com; Mon, 08 Sep 2014 23:16:11 -0600<br />
To: yyy@yyy.com<br />
Subject: Autoresponder Automatic Sign up email<br />
X-PHP-Originating-Script: 2066:class-phpmailer.php<br />
Date: Tue, 9 Sep 2014 05:16:09 +0000<br />
From: WordPress <testemail@gmail.com><br />
Message-ID: <ea1e9dc4c65bacb36bd584174c5a7454@www.zzz.com><br />
X-Priority: 3<br />
X-Mailer: PHPMailer 5.2.7 (https://github.com/PHPMailer/PHPMailer/)<br />
MIME-Version: 1.0<br />
Content-Type: text/plain; charset=UTF-8<br />
Content-Transfer-Encoding: 8bit<br />
X-Identified-User: {:box858.xxx.com:hostingacc:maindomain.com} {sentby:program running on server}</p>
<p>This is an automatic email that is sent to the autoresponder for user signup purpose</p>
<p>Email: testemail@gmail.com<br />
Name: TestName </p>
<p>September 10, 2014 at 3:17 am in reply to: eMember – Subscriber by email sent email as "WordPress" as a sender name #65392fareastMemberHello Mr Admin,
Yes, I have another plugin, let me call it KS.
But, email sent from KS to any email (gmail, hotmail, yahoo, etc) also shown from name as “WordPress”.
I will contact autoresponder support about how it works and I will update once I get feedback from them.
September 9, 2014 at 3:01 am in reply to: eMember – Subscriber by email sent email as "WordPress" as a sender name #65390fareastMemberThanks wzp,
But I can’t use this method since my hosting provider not allowed to use external SMTP server. Too bad. I’ve requested to allow me to use SMTP, but they said, it is their policy not to allow usage of external SMTP.
I tried to use plugin:
WordPress Plugin – Change WP eMail From Details
https://www.tipsandtricks-hq.com/wordpress-plugin-change-wp-email-from-details-1883
But, all my subscriber emails and names changed to my own email and name which I configured in the plugin.
I noticed that, not only this plugin impacted by this WP behaviour. All email sent from wordpress will delivered to recipient mailbox as correct emailfrom address and “WordPress” as a name. For example: WordPress (faiz@mydomain.com)
Is there any way we can overwrite this WP behavior?
For the time being, I need to change my autoresponder list name manually everyday.
September 8, 2014 at 4:49 pm in reply to: eMember – Subscriber by email sent email as "WordPress" as a sender name #65388fareastMemberAfter testing, the log shown correct output as per below:
<br />
...<br />
...<br />
[09/08/2014 4:38 PM] - SUCCESS :Preparing to send signup request email for generic autoresponder integration.<br />
[09/08/2014 4:38 PM] - SUCCESS :From: Faiz <xxxxxxx@hotmail.com><br />
...<br />
...<br />But when I checked in the email received in the inbox, the From name still written as “WordPress” instead of “Faiz”. (Last name not appear because I only put first name in the registration form)
September 8, 2014 at 6:18 am in reply to: eMember – Subscriber by email sent email as "WordPress" as a sender name #65386fareastMemberI tried to change like this as well:
$from_address = $firstname . ” <” . $emailaddress . “>”;
But no luck.
I just not sure the correct syntax to do that
September 8, 2014 at 4:48 am in reply to: eMember – Subscriber by email sent email as "WordPress" as a sender name #65385fareastMemberHi wzp,
Thanks for the workaround.
I’ve made the changes to the function as per recommended, and it looks like below:
function eMember_generic_autoresponder_signup($firstname, $lastname, $emailaddress, $list_email_address) {
eMember_log_debug('Preparing to send signup request email for generic autoresponder integration.', true);
$firstname = addslashes($firstname);
$lastname = addslashes($lastname);
$from_address = "$firstname $lastname <"."$emailaddress".">";//Use customer email address as the from address for this email
But, my autoresponder still got “WordPress” as a subscriber’s name.
February 2, 2012 at 1:57 am in reply to: Fatal Error – Allowed memory size of XXXXXXX bytes exhausted #33296fareastMemberProblem solved after my hosting provider change the memory limit to 256M. Thanks
February 1, 2012 at 5:50 pm in reply to: Fatal Error – Allowed memory size of XXXXXXX bytes exhausted #33295fareastMemberThanks Admin, I will talk to hosting provider.
Current setting is memory_limit = 32M, how much should I request?
February 1, 2012 at 5:02 am in reply to: Fatal Error – Allowed memory size of XXXXXXX bytes exhausted #33293fareastMemberHello guys,got the same problem here. But I don’t have access to change the php.ini configuration. Are there any alternative solution for this?
-
AuthorPosts