mailing limitations

O

old.avdija

Guest
hi,
Im planining to host a mailing list on my web site. Arethey any limitations in number of subscribers, and what are they, or should i go, i dont know to yourmailinglistprovider. Thanks.
P.s
can smtp be used to send mail from php scripts.
thanks
 
T

Tempy_Incursion

Guest
I did make a mailing list script once. I don't think there are any limitations with using mail() in php. A damn good function! :)
 
J

Jasio

Guest
Heh, the limitless possibilities of php. Bless the heart of the man who made it! :)
 
O

old.Trav

Guest
how exctly would you use the mail() function to send out the newsletter? could you use a mySQL db wih the emails in it and send an email for every row in the table? would they cancel your account if you sent too much mail?
 
T

Tempy_Incursion

Guest
You could of course also store the emails in a text file, and then 'explode' them all. With mail() you could put all the emails to send to in the first parameter separated by commas or use a while/for loop to send it to one email at a time.
 
O

old.©h®°n°

Guest
If someone could help me setup a mailing list script via PHP could you please PM me.
There is free advertless webspace in return :)
Supporting ASP, PHP, CGI/PERL, unlimited space and bandwith.

CharZ
 
T

Tempy_Incursion

Guest
Well maybe I could, as I have made one in the past. Will need to find it though. :)
 
O

old.©h®°n°

Guest
great :D
If you can could you please contact me, details in my signiture.

Also, I need help with a secure login script (using ASP/PHP/CGI, not fussed)

If anyone can help me with that my details are in my signiture.
Any help greatly appreciated.

Thanks
 
O

old.Mozzer

Guest
I can do a secure login with PHP & MySQL no probs..
 
O

old.©h®°n°

Guest
Great
Could you email me with your contact details so I can get in touch.

Thanks
 

Users who are viewing this thread

Top Bottom