I am in the process of setting up a new webmail. it is PHP based, and I have the option to use PHPmailer() og SMTP.
The problem is that my server requires authentication with a specific username and password, but in the webmail it is not possible to specify a username or paswword, as it only uses the username and password from the account. (email and each users password).
I would like the mails to go out over SMTP, and not via PHPmailer() as I want (NEED TO) backup all outgoing emails and add advertising in the mails, so is there a solution for this?
I do not want to use the username and password as authentication, as I run a free email service, thus making it very easy for spammers to misuse my service. So I only allow the users to send out via the webmail, and then they have to send SMTP out over their own provider.
|