Search found 3 matches

by daniel302
Thu Jun 25, 2009 1:39 am
Forum: Swift Mailer
Topic: SMTP error, i dont know where is the problem - godaddy
Replies: 2
Views: 6598

Re: SMTP error, i dont know where is the problem - godaddy

SOLVED


I TRIED phpmailer on godaddy and it fails (fgets warning), but on localhost can stabilish the SMTP conection to use each relays


maybe swift too.


:drunk:
by daniel302
Sun Jun 21, 2009 3:25 am
Forum: Swift Mailer
Topic: SMTP error, i dont know where is the problem - godaddy
Replies: 2
Views: 6598

SMTP error, i dont know where is the problem - godaddy

<?php require_once 'swift_required.php'; $transport = Swift_SmtpTransport::newInstance('smtpout.secureserver.net', 80) ->setUsername('user@mydomain.com') ->setPassword('pass') ; $mailer = Swift_Mailer::newInstance($transport); //Create a message $message = Swift_Message::newInstance('Wonderful Subj...