gateway for my SMTP ?

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
aneuryzma
Forum Contributor
Posts: 106
Joined: Sat May 17, 2008 7:03 am

gateway for my SMTP ?

Post by aneuryzma »

How can I use a gateway for my SMTP ?

They told me to use smtp.provider.com
and 10.0.0.1 as a gateway

$smtp = new Swift_Connection_SMTP("smtp.provider.coml");

thanks
xdecock
Forum Commoner
Posts: 37
Joined: Tue Mar 18, 2008 8:16 am

Re: gateway for my SMTP ?

Post by xdecock »

gateway is used as os level to send packet from one network to another, so it should be automatic
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: gateway for my SMTP ?

Post by Chris Corbyn »

If you're getting timeouts it's possible that your host are firewalling the connection in such away that the packets just being dropped (so you get a long hang with no response).

I'm not sure why your host are telling you to use a set gateway... that's not handled at the application level.
Post Reply