Xoops Development::What basic mailer options are required?
In my limited time (Spring Break!) I am working on small projects to help move 2.6 along until I complete my semester and can work on some bigger projects(Profile, Protector and others).
At the moment I am working towards pulling the conventional mailer from the core and moving it to a new system Richard has recently added. This will allow us to provide support for different mailers and I am working on implementing both PHPMailer and Swift into this new system.
While I plan to expose the whole mailer to the system I need to build a common set of functions as well that will be used by most any module or system. In the XoopsMultiMailer there is a function called SmtpSend that will send an email when given a header and body. Are there any other options we need?
Thanks!
Ps, the intent is to provide a system that doesn't care which mailer is being used and let the admin use the mailer they prefer to use.
In my limited time (Spring Break!) I am working on small projects to help move 2.6 along until I complete my semester and can work on some bigger projects(Profile, Protector and others).
At the moment I am working towards pulling the conventional mailer from the core and moving it to a new system Richard has recently added. This will allow us to provide support for different mailers and I am working on implementing both PHPMailer and Swift into this new system.
While I plan to expose the whole mailer to the system I need to build a common set of functions as well that will be used by most any module or system. In the XoopsMultiMailer there is a function called SmtpSend that will send an email when given a header and body. Are there any other options we need?
Thanks!
Ps, the intent is to provide a system that doesn't care which mailer is being used and let the admin use the mailer they prefer to use.