Search found 8 matches

by geodeath
Wed Jun 27, 2007 12:56 am
Forum: Swift Mailer
Topic: unknown badresponseexception error?
Replies: 7
Views: 3377

thanks for the info.
I managed to make it work. :)

Its magical how much time work can take away.
I didnt post for quite some days :)
by geodeath
Thu Jun 21, 2007 1:06 am
Forum: Swift Mailer
Topic: unknown badresponseexception error?
Replies: 7
Views: 3377

from the error log, it seems i have to login to pop first or use 550 smtp authentication ++ Enabling logging >> MAIL FROM: << 250 OK >> RCPT TO: << 550-ns2.host.com (http://www.mydomain.gr) [64.247.42.70]:52243 is 550-currently not permitted to relay through this server. Perhaps you have not 550-log...
by geodeath
Wed Jun 20, 2007 11:55 pm
Forum: Swift Mailer
Topic: unknown badresponseexception error?
Replies: 7
Views: 3377

well, of course i tried not using username & password before i used them to no avail. What i did just now was to see if this smtp really works by trying it in thunderbird in a new account. It works! Which brings me to believe that the host might be blocking php access to the smtp or something li...
by geodeath
Wed Jun 20, 2007 5:19 pm
Forum: Swift Mailer
Topic: unknown badresponseexception error?
Replies: 7
Views: 3377

unknown badresponseexception error?

Hello all, I tried using swiftmailer on my server. I created an email account ("mailer@mydomain.com") and the smtp address is mail.mydomain.com. I created the following php file which grabs the variables from a flash site and (supposedly) sents them through email to the email address i cod...
by geodeath
Sat Mar 31, 2007 8:40 am
Forum: PHP - Code
Topic: Some specific mailboxes wont receive mail at all!
Replies: 8
Views: 810

Thanks!

That actually solved my problems.
The only thing i dont get is why i dont need
to provide username & password for the smtp server.
by geodeath
Fri Mar 30, 2007 1:05 am
Forum: PHP - Code
Topic: Some specific mailboxes wont receive mail at all!
Replies: 8
Views: 810

hmmmm, which are the proper headers then?

Is there somewhere you can point me at so i can try that too?
I tried contacting the host, but they are soooooo slow. :)
by geodeath
Thu Mar 29, 2007 1:02 am
Forum: PHP - Code
Topic: Some specific mailboxes wont receive mail at all!
Replies: 8
Views: 810

I dont specify any headers myself really.
Other than that, i noticed that the email never comes, not even in the trash or spam folder!
I thought of trying an existing php mail script but in the end, all of them use the same command to send the email.

I guess in the end its my only solution.
by geodeath
Wed Mar 28, 2007 7:47 pm
Forum: PHP - Code
Topic: Some specific mailboxes wont receive mail at all!
Replies: 8
Views: 810

Some specific mailboxes wont receive mail at all!

Hello all, This is something that bugs me from time to time. This particular host/ISP has problems receiving mail sent from forms hosted by itself! So, my mail script will send mail fine in my gmail and yahoo acount but the mailbox which is hosted by the same company that hosts the script will never...