PDA

View Full Version : No activation email



rosegarden
May 16, 2012, 07:39 AM
Most of my users when they register do not receive any activation email. Some received but most dun.

Even when i resend the activation email link it is still the same

I try switching from phpmail to mail server, it is the same.

Anyone face this problem

Vladimir
May 17, 2012, 10:57 AM
Hello,

You can try to use SMTP Mail method.

Thanks.

rosegarden
May 17, 2012, 11:46 PM
Noted, I trying to outsource this to a third party smtp provider like Authsmtp, sendgrid or amazon ses for better send rate.

However i notice that there are

1) No port that i can specify?

rosegarden
May 18, 2012, 07:56 AM
This problem is resolved thank you

Chukwudi Moses
May 18, 2012, 01:23 PM
Hello Desmond, Please share how you resolved this because i am experiencing same issue.

Many thanks
Chuks

This problem is resolved thank you

rosegarden
May 19, 2012, 05:38 AM
I resolve this issue by using a third party smtp services. This is a common problem, I use it for all my other sites. Email is a complex issue which is not easy to resolve even for established sites.

John
June 14, 2012, 05:25 PM
Hello Guys,
Yes Desmond is right, sometimes default PHP mail function doesn't work for some reasons,
in this case you can use local or third party SMTP server, just don't forget about SMTP port after
server hostname, like this: mail.domain.com:26, good luck.

John

Petrache Nicolae
June 14, 2012, 08:49 PM
Hello Guys,
Yes Desmond is right, sometimes default PHP mail function doesn't work for some reasons,
in this case you can use local or third party SMTP server, just don't forget about SMTP port after
server hostname, like this: mail.domain.com:26, good luck.

John

please provide detailed steps to solve this issue. no all of us speak the language wich you and Desmond speak. Thanks

rosegarden
June 15, 2012, 01:11 AM
please provide detailed steps to solve this issue. no all of us speak the language wich you and Desmond speak. Thanks

This is problem when using your own host to send out email, it is not a script problem but a common problem faced even you buy a popular product like vbulletin. There is no way a script can ensure delivery of your email.

As far as know the only solution to ensure 100% delivery to this is to engage a third party smtp service like authsmtp, sendgrid, amazon web service etc. and use SMTP to send email using flynax rather than phpmail.

Professional services such as these mentioned above (and there are more) have relationships with various ISPs (Internet Service Providers) and also provide strict guidelines for those who use their service to avoid being labeled as a server that delivers spam.

Petrache Nicolae
July 8, 2012, 07:56 AM
i have asked for detailed instructions...where to go, what to do.
i have the problem reported as well. used first a email adress from my website and didn't receive 1 email. switched to gmail account, received 30 emails yestarday for 30 ads and today none. This is a serious problem wich flynax doesn't care to solve

rosegarden
July 10, 2012, 04:09 PM
i have asked for detailed instructions...where to go, what to do.
i have the problem reported as well. used first a email adress from my website and didn't receive 1 email. switched to gmail account, received 30 emails yestarday for 30 ads and today none. This is a serious problem wich flynax doesn't care to solve

Hey!! I have seen you postings and I hope you can show some respect to the developers and the Flynax team.

Seriously I dun think this classified is for you. You want a solution that meet all your requirements, maybe you should get a developer to develop one for you.

Also no one is obligated to give you an answer or detail instruction and the only reason why I am replying this thread because I do want others to be misled by your misleading comment.

First no script will guaranteed that your notification email be send. Even other scripts like vbulletin, phpbb etc. so it is not a serious problem like what you say that flynax doesn't care to solve.

www.vbulletin.com/docs/html/troubleshoot_email
www.phpbb.com/community/viewtopic.php?f=46&t=564903&start=15

I already state my recommendation following are some third party smtp services that you can consider to engage ... such services will provide you a smtp address and port for you to integrate to your administrative page.

Sendgrid, Aweber, MailChimp, SendGrid, PostmarkApp and CritSend

Anyone who has this problem I suggest you contact these mail services for detail. If you still do not understand what I mean, try to google it to have a better understanding.

Bear in mind that even companies like foursquare, slideshare engage third party smtp services.

Petrache Nicolae
July 10, 2012, 05:01 PM
the reason of a forum is that users can help each. this part you seem to miss. 2 users (including me) asked in a nice manner to provide the solution wich you have found to a problem and your responses were far from what they shoulded be. if you don't like sharing solutions of problems wich you fixed (and we do have), why bother to respond? just to remind me to pay respect to flynax work? i do respect their work but i can't be 100% happy as long as i have issues "fixed" even 3-4 times by their team and the moment i add a new field or make a small change the old problems keep comming back. for certain areas is like 1 step ahead and 2 back...they lose time, i lose time and posibly money. so don't keep me this theory of gratitude.

maybee this will help other users http://www.flynax.com/forum/showthread.php?175-SPAM-prevention-and-instructions-for-email-configuration&highlight=smtp

Claudio lisias de Lemos
October 8, 2012, 05:57 PM
hi, my web site can't send e-mail, you can help-me?

Steffen Buschkemper
October 8, 2012, 07:57 PM
Hi Claudio lisias de Lemos,

Some providers have to define the email in php.ini.
The php.ini must be in the root folder of flynax.
If the php.ini is not in the root folder try out the following.

Open Editor and paste this follow code



<?php
$cfg=get_cfg_var('cfg_file_path');
if (copy($cfg,'./php.ini')) {
echo "Copy successful";
} else {
echo "Copy failed";
}
?>


Now save the file as copyini.php
Uploade the file via FTP in the root folder of flynax.
Open your Internet Explorer and type in the following address -> www.your-domain.com/copyini.php
If "Copy successful" you should now have the php.ini if not you must call your provider.

If you have php.ini find follow part



sendmail_path = /usr/local/sbin/sendmail -t -i


and change to



sendmail_path = /usr/local/sbin/sendmail -t -i -f email@your-domain.com


Best regards
Steffen

Vitalii Nikitchuk
April 7, 2016, 02:37 PM
I have the same problem!
After registration, I can immediately log in to your account
Do not receive a letter of activation. Comes letter "Your account has been activated and is ready to be used"
Options such as the accounts are correct.
The change to the SMTP has not helped.
After the change of hosting provider to work first. Then again, problems with activation

Pete Young
April 7, 2016, 11:23 PM
Hello, below link is how to set up for quick start (read last post) > if you reverse this or check these settings are not in play, all should be good.

http://forum.flynax.com/showthread.php?913-Add-Listings-without-reg&highlight=listing+signing

Viktor
April 8, 2016, 03:39 AM
Hello Vitalii,

I think you set wrong data for smtp in Admin Panel.

Vitalii Nikitchuk
April 12, 2016, 08:27 AM
Checked! The mail arrives OK! Still does not work registration through activation by e-mail
After registration comes:

Thank you for registering on Flynax Classifieds Software!
Your account has been activated and is ready to be used. Please follow the link to your Account Area to log in and login details below:

Not only comes the letter with the activation code

Vitalii Nikitchuk
April 13, 2016, 05:05 PM
I found the problem
The problem in the module "SMS Account Activation"
When the module is inactive activation via email works