1
kevinv
Can XoopsMailer send attachments?
  • 2004/3/5 0:55

  • kevinv

  • Friend of XOOPS

  • Posts: 44

  • Since: 2003/1/4 1


Can the XoopsMailer send a e-mail message with an attachment?

2
El_Jordo
Re: Can XoopsMailer send attachments?
  • 2004/3/5 5:16

  • El_Jordo

  • Just popping in

  • Posts: 64

  • Since: 2003/4/23


I'm almost sure the answer is no.

Your best bet here might be to do a SQL query to extract e-mail addresses of users, then use a regular e-mail client to send them the e-mail with attachment. (Blind carbon copy, of course!) However, it's generally considered bad karma to send attachments to groups, because of the potential of sending a virus.

Here's the SQL query I use to mail my users every week (because the built-in mailer doesn't work for groups over 100 people):

Quote:
SELECT email FROM xoops_users WHERE user_mailok = '1'


You might also check out this module. I haven't used it, but it looks like it might do what you want.

Login

Who's Online

215 user(s) are online (138 user(s) are browsing Support Forums)


Members: 0


Guests: 215


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