Jump to content

Automated mail system


wizardm

Recommended Posts

Hello,

I need to make an php based automated mail system for my project. It should allow the user to schedule mails to be sent in the future.So my line of thinking is this.

 

A php based webpage could be created with the mail form (to,subj,body etc)

when sent, these details would get entered in the server's database.

Now on the server, there can be an php script which periodically checks the databse to see if there is any pending mail and accordingly dispatch it using php.

Is my thinking correct or could you suggest better methods of implementation.

 

thanks,

Mohit

 

 

Link to comment
https://forums.phpfreaks.com/topic/169614-automated-mail-system/
Share on other sites

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.