Page 1 of 1

Sending Email In PHP - Using Proxy

Posted: Thu Jan 04, 2007 1:01 pm
by aliasxneo
Hello all,

Currently I am in development of an anonymous email sender as an add-on for my website. When the email is sent, it is only half anonymous because it's still possible to trace the email back to my server via the IP. So I want to give the user an option to use a proxy when sending the email.

Currently I am using PHP's mail() function but the problem is it accepts no default parameter for proxy usage. My current server is using SendMail (Hence why mail() works) and the only other option I saw was using sockets (Which I already tried and it didn't go over too well ;) ).

Does anyone know any methods I can use to send my mail via a proxy? Thanks.

Cheers,
- Josh

Posted: Thu Jan 04, 2007 2:46 pm
by nickvd
Take a look at SwiftMailer