1
Anonymous
PHPMailer 2.0 testers wanted
  • 2008/1/12 11:21

  • Anonymous

  • Posts: 0

  • Since:


Hi xoopsers,

I'd like to inform you that phpmailer 2.0 is ready and tested on XOOPS 2.0.18

You can download it from here:
http://www.arabxoops.com/uploads/xoops_phpmailer_v2.0.zip
then replace phpmailer folder with one in class/mail folder.

The following page contain the major changes since ver 1.73 which using with XOOPS 2.0.18:
http://phpmailer.codeworxtech.com/changelog.html

2
MitchM
Re: PHPMailer 2.0 testers wanted
  • 2008/4/3 21:16

  • MitchM

  • Just popping in

  • Posts: 4

  • Since: 2008/3/31


I'm trying to use this in Windows 2003 server. I get the following error:
D:\Websites\mydomain\class\mail\xoopsmultimailer.php on line 49

Errors
Warning: require_once(/class/mail/phpmailer/class.phpmailer.php) [function.require-once]: failed to open stream: Permission denied in file /class/mail/xoopsmultimailer.php line 49

I want to use gmail which does require tls/ssl to send mail. How do I setup this 2.0 version?

Thanks.

3
Anonymous
Re: PHPMailer 2.0 testers wanted
  • 2008/4/4 1:32

  • Anonymous

  • Posts: 0

  • Since:


check class.phpmailer.php in calss/mail/phpmailer folder.

If not found or corrupted, reupload it.

Regarding to gmail:
https://xoops.org/modules/newbb/viewtopic.php?topic_id=61173

4
Anonymous
Re: PHPMailer 2.0 updated!
  • 2008/5/17 17:04

  • Anonymous

  • Posts: 0

  • Since:


phpmailer can use gmail now

I just update xoops_phpmailer_v2.0.zip by added $SMTPSecure ( ssl or tls ) which require by some mail server stuch as gmail.

If you are already using phpmailer v2.0, you just need to upload xoopsmultimailer.php

Installation:
- Upload /mail folder to /class folder.

Use Gmail:
- Go to Preferences then edit Mail Setup as the following:
Mail delivery method -> SMTPAuth
SMTP host -> smtp.gmail.com:465
SMTPAuth username -> your gmail username (including @gmail.com)
SMTPAuth password -> your gmail password

Download:
http://www.arabxoops.com/modules/mydownloads/singlefile.php?cid=5&lid=171

5
phppp
Re: PHPMailer 2.0 testers wanted
  • 2008/5/18 4:46

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


submitted to sourceforge tracker?

6
Anonymous
Re: PHPMailer 2.0 testers wanted
  • 2008/5/18 11:16

  • Anonymous

  • Posts: 0

  • Since:


Oh! more than 1700 views and just MitchM and phppp replied!

Yes, I did last night here:
https://sourceforge.net/forum/forum.php?thread_id=1911782&forum_id=347994

7
Anonymous
Re: PHPMailer 2.0 testers wanted
  • 2008/5/27 18:30

  • Anonymous

  • Posts: 0

  • Since:


How to send HTML message to your site users ?

Edit /class/mail/phpmailer/class.phpmailer.php file then replace:

var $AltBody           '';


with:

var $AltBody           'HTML';

8
btesec
Re: PHPMailer 2.0 testers wanted
  • 2008/5/27 20:53

  • btesec

  • Friend of XOOPS

  • Posts: 623

  • Since: 2007/2/20


Hello,
I this being implemented in XOOPS 2.3. next release and how do we implement in XOOPS 2.3.3 alpha?

btesec

9
young
Re: PHPMailer 2.0 testers wanted
  • 2008/9/7 7:26

  • young

  • Just popping in

  • Posts: 99

  • Since: 2006/1/16


Quote:

Use Gmail:
- Go to Preferences then edit Mail Setup as the following:
Mail delivery method -> SMTPAuth
SMTP host -> smtp.gmail.com:465
SMTPAuth username -> your gmail username (including @gmail.com)
SMTPAuth password -> your gmail password


i try this on XOOPS 2.0.18.2 but its not working.

SMTP Error: Could not connect to SMTP host.

10
Anonymous
Re: PHPMailer 2.0 testers wanted
  • 2008/9/7 12:02

  • Anonymous

  • Posts: 0

  • Since:


Hi young

Are you sure if "$SMTPSecure" in xoopsmultimailer.php file ?

Login

Who's Online

197 user(s) are online (121 user(s) are browsing Support Forums)


Members: 0


Guests: 197


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits