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...
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...
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...
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.
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...