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
gateway for my SMTP ?
Moderators: Chris Corbyn, General Moderators
Re: gateway for my SMTP ?
gateway is used as os level to send packet from one network to another, so it should be automatic
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: gateway for my SMTP ?
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.
I'm not sure why your host are telling you to use a set gateway... that's not handled at the application level.