Search found 5 matches

by Krishan
Sat Sep 01, 2007 3:36 pm
Forum: Swift Mailer
Topic: strange MAIL FROM behaviour
Replies: 4
Views: 2160

The way this has been implemented is according to RFC2821/2 (I forget which). The Return-Path header itself is not actually needed most of the time because the MAIL FROM command is what specifies the return-path (sender envelope). It's not something that I could physically change without going agai...
by Krishan
Sat Sep 01, 2007 3:05 pm
Forum: Swift Mailer
Topic: strange MAIL FROM behaviour
Replies: 4
Views: 2160

OK, then I have to verify, that the return-path address is part of the same account as the logged in user if I set it different from the normal from address. Hmm, thanks for the info. I will play around a bit to see what I can do with this behaviour. Thanks anyways!
by Krishan
Sat Sep 01, 2007 1:17 pm
Forum: Swift Mailer
Topic: strange MAIL FROM behaviour
Replies: 4
Views: 2160

strange MAIL FROM behaviour

When I want to send an e-mail the class returns the following error: Expected response code(s) [250] but got response [550 5.7.0 Sender address does not belong to logged in user {mp004}] I verified, that the address indead is correct. I found out that swift->send uses the following command for setti...
by Krishan
Fri Aug 31, 2007 11:55 am
Forum: Swift Mailer
Topic: Error 10060 while sending but no exception thrown
Replies: 2
Views: 2189

Thanks for the quick reply. Sorry, I can't post the code as it is too widely spread in my PHP class :oops: Well, I played a bit with the code. I guess I solved it. The problem was that Swift throws an exception, that the connection is blocked and my error handler catches it. But I did not stop the s...
by Krishan
Fri Aug 31, 2007 9:25 am
Forum: Swift Mailer
Topic: Error 10060 while sending but no exception thrown
Replies: 2
Views: 2189

Error 10060 while sending but no exception thrown

Hi all. Thanks d11wtq for the script. It works fine now after some difficulties. But if I try to use it in my university network it say "e-mails sent", but no e-mails are sent. It's clear, that I'm not able to send over another SMTP server but the university one as it is restricted. But th...