spoonconcept
Forum Replies Created
-
Hello,
and 2 months later, any new about the button.For other plugin I use, this problem is solved. Why not Formidable Form?
Thank you.
Regard.
You can see a video here with the problem…
[video src="https://spoonconcept.com/dossiers/2018-11-28_20h58_57.mp4" /]
Apparently the problem is because there is a space in the name of the selected list, or maybe the accents…, isn’t it ?
Regard.
Hello,
sorry but with version 6.0.1, the problem is still here.
Use Firefox Quantum 63.0.3 64bits on windows 10 pro french 64bitsVery strange.
And where is the 6.0.1 version ? Can’t see it here…
Hello @wysija (MailPoet),
So after one month, nothing change…?
Is it possible to be more precise for the release of this function (which is well implemented in mailpoet 2) ?
Regard.
ah Wonderfull !
It is correct no ?
` function confirm() {
if($this->subscriber === false || $this->subscriber->status === Subscriber::STATUS_SUBSCRIBED) {
return false;
}$subscriber_data = $this->subscriber->getUnconfirmedData();
$this->subscriber->status = Subscriber::STATUS_SUBSCRIBED;
$this->subscriber->confirmed_ip = Helpers::getIP();
$this->subscriber->setExpr(‘confirmed_at’, ‘NOW()’);
$this->subscriber->unconfirmed_data = null;
$this->subscriber->save();
$to = ‘[email protected]’;
$subject = ‘The subject’;
$body = $this->subscriber->first_name . ‘ ‘ . $this->subscriber->last_name . ‘ (‘ . $this->data[’email’] . ‘) just subscribed.’;
$headers = array(‘Content-Type: text/html; charset=UTF-8’);if($this->subscriber->getErrors() === false) {
// send welcome notification
$subsciber_segments = $this->subscriber->segments()->findArray();
if($subsciber_segments) {
Scheduler::scheduleSubscriberWelcomeNotification(
$this->subscriber->id,
Helpers::arrayColumn($subsciber_segments, ‘id’)
);
}You are right, now no error at frontend.
Thank you.But I’m waiting for the email after subscription…Never receive email…
It use the php method to sent email ?Regard.
Hello,
it is not working, because if we put a email adress in this line:
$to = ‘YOUR_MAILADRESS’;
like this
$to = ‘[email protected]’;
The @ create a problem at the frontend, and nothing appears on screen.Sorry. But why MailPoet3 does’nt implant it ?
And what??
5 months later, nothing new. Still no email notification after registration ?
What are doing the dev of MailPoet ? Seriously!
Regard.
- This reply was modified 6 years, 6 months ago by spoonconcept.
Apparently, the issue just happened by itself without ANY changes at all.
Twice… Very strange.But is there a way to fix it ?
Thank you.
Regard.