Search found 6 matches
- Tue Jan 20, 2009 10:39 pm
- Forum: Swift Mailer
- Topic: HELP, unable to use Swift in SMTP mode
- Replies: 9
- Views: 4583
- Tue Jan 20, 2009 9:40 pm
- Forum: Swift Mailer
- Topic: HELP, unable to use Swift in SMTP mode
- Replies: 9
- Views: 4583
Re: HELP, unable to use Swift in SMTP mode
My Last question -
Will there be any big issue if I use SMTP server as 'localhost' ?
My web-server and mail-server is same shared server.
Will there be any big issue if I use SMTP server as 'localhost' ?
My web-server and mail-server is same shared server.
- Tue Jan 20, 2009 6:40 am
- Forum: Swift Mailer
- Topic: HELP, unable to use Swift in SMTP mode
- Replies: 9
- Views: 4583
Re: HELP, unable to use Swift in SMTP mode
Thank you very much for your kind support+help+suggestion 
- Sun Jan 11, 2009 2:59 am
- Forum: Swift Mailer
- Topic: HELP, unable to use Swift in SMTP mode
- Replies: 9
- Views: 4583
Re: HELP, unable to use Swift in SMTP mode
Yes, I know little-bit of the TELNET to SMTP thing but didn't tested that way. Now as you suggested.... I TELNET to my Mail-Server : Connection Success then, I connect to my Server using SSH and from there ran TELNET to my Mail-Server : Connection Failed (Time-out) I reported my Hoster , they say - ...
- Sun Jan 11, 2009 1:08 am
- Forum: Swift Mailer
- Topic: HELP, unable to use Swift in SMTP mode
- Replies: 9
- Views: 4583
Re: HELP, unable to use Swift in SMTP mode
Can yo pls tell me how you are connecting with my SMTP server ?
and What should I ask my Provider to do ?
and What should I ask my Provider to do ?
- Sat Jan 10, 2009 11:29 pm
- Forum: Swift Mailer
- Topic: HELP, unable to use Swift in SMTP mode
- Replies: 9
- Views: 4583
HELP, unable to use Swift in SMTP mode
Hi The problem is little strange. If I use 'localhost' as mail server then SUCCESS, but if I use 'mail.mydomain.net' it fails. try { $mailer = new Swift(new Swift_Connection_SMTP( 'mail.mydomain.net', SWIFT_DEFAULT_PORT, SWIFT_OPEN)); } catch (Swift_ConnectionException $e) { print_r($e->getMes...