Jump to content

alternative mail function


pplNet

Recommended Posts

They just giving me an reason that mail function is disabled due to spamming issue...

I guess this is an stupid answer.

Anyhow, I need to find out the alternative way to send out mail using php code.

As I needed for such as forgot password, auto send an replaced password or even new registered member confirmation email.

 

 

By the way, how to use it?

 

PEAR::Mail

PEAR::Net_SMTP (more low level, try PEAR::Mail first)

They just giving me an reason that mail function is disabled due to spamming issue...

I guess this is an stupid answer.

Anyhow, I need to find out the alternative way to send out mail using php code.

As I needed for such as forgot password, auto send an replaced password or even new registered member confirmation email.

 

 

By the way, how to use it?

 

PEAR::Mail

PEAR::Net_SMTP (more low level, try PEAR::Mail first)

 

Or a simpler approach is PEAR is not available is phpMailer, check it out on google. Although, to send mail with that without using mail you would need an SMTP server to send mail from, so yea.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.