Search found 6 matches

by iosoft
Tue Jan 20, 2009 10:39 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

Thanks :drunk:
by iosoft
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.
by iosoft
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 :D
by iosoft
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 - ...
by iosoft
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 ?
by iosoft
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...