Login     Sign up
Invite Module
ISSHAM (@codoq)
Join date: Oct 13th 2010
Community posts: 9
View Profile
Send Message

i just test for the invite friend for v4.1
there is nothing happen .. i mean no invitation mail received. it's just happen after upgrade from v3.x to v4.1 ..

[url]http://www.xschools.net[/url]

165 months ago
Gilbert Michel (@gilmichelz)
Join date: Oct 6th 2010
Community posts: 56
View Profile
Send Message

Hi,

Verify that you are not using email allready registered in your database (members emails as well), for any email allready there the system do not send any invitation to.

Gilbert

165 months ago
ISSHAM (@codoq)
Join date: Oct 13th 2010
Community posts: 9
View Profile
Send Message

i have entered a new email list .. but they didn't receive it.. my server mail configuration is OK .. i have try send massmail and message .. it's done! .. ermm.. could you enter to my site and try invite it..?

165 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

try to install this
[url]http://www.howtonix.com/smtp-module-jcow-social-script/[/url]

but be carefull that you use single quotes (') and not (´) by copy-pasting the code

for example

this
[code]
$config['smtp_host']='127.0.0.1';
[/code]
and not this
[code]
$config[´smtp_host´]=´127.0.0.1´;
[/code]

165 months ago
Gilbert Michel (@gilmichelz)
Join date: Oct 6th 2010
Community posts: 56
View Profile
Send Message

Hi,

Invite email is working good on your site, email received subject says:

you are invited to join www.xschools.net [Malaysian Classmates Network]‏

Gilbert

165 months ago
ISSHAM (@codoq)
Join date: Oct 13th 2010
Community posts: 9
View Profile
Send Message

ok.. i will try to invite another new email .. let me check it out ..

165 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

these emails are flagged as spam, that is why some people don't receive them. So better use the smtp-module.

165 months ago
Gilbert Michel (@gilmichelz)
Join date: Oct 6th 2010
Community posts: 56
View Profile
Send Message

Hi,

Yes, this is what i have notice to. One solution is to create reverse DNS if one is on a Dedicated Server, or if not (as well as if yes) to create an email as follow:

[code][email protected][/code]

Gilbert

165 months ago