Hi All,
I am using elgg version.
2.3.14
I Have tried to use PHPMailer plugin and placed it in mod folder. it is reflecting like
This plugin is invalid: Cannot find a parser for manifest API version 1.7 in plugin phpmailer. Location: C:/xampp/htdocs/elgg/mod/phpmailer/
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
ryusei,
I want to invite friend by this functionality.
Since the email is not configured . so the Invitation shows that it has been sent but it does not go to the friend.
that's Why I want to use this .
I want to use my gmail credential there to send the email.
is it possible by other ways . please help us
yes. It is possible by the method introduced earlier. Prepare your SMTP server and allow it to be mailed using the mail () function as described above.
Please wait for a while as it will be in the bath.
@Rakesh https://github.com/cash/elgg-phpmailer
ryusei,
I am doing configuration in local machine.Since the email is not configured so the message comes that friend has been invited successfully but not invited actually.
I want to use the gmail account credentials to send the email while I use the Invite Friends functionality.
please suggest if there is another way of doing this .
or default email functionality can also do the same things.
but actually i have to invite the friends by this.
pls help
if i want to configure our mailing server information where I need to put this in which file.
So, that Invite Friends functionality gets working.
please suggest us.
If you want to do it with gmail,
smtp = smtp.gmail.com
smtp_port = 465
You can ”username” is the part to the left of "@" in the email address of your gmail account, and ”password” is your
gmail password.
See also here.
https://support.google.com/mail/answer/7126229?hl=en
I used this in Php.ini file of folder C:\xampp\php.
C:\xampp\php
I have configured the gmail but still not sending email.
Can I see anywhere the log.?
smtp = smtp.gmail.com
smtp_port = 465
username=yadav1979rakesh@gmail.com
password=
sendmail_from =yadav1979rakesh@gmail.com
Getting
Must issue a STARTTLS command first. 30sm144539572pjk.17 - gsmtp,
- Previous
- 1
- 2
- 3
- Next
You must log in to post replies.