How can i check mail log error .. php mail in godaddy hosting - phpmailer

PHP mail function is returning true but not sending the mails and I want to check the mailer logs for any bounce back from SMTP..
Godaddy says:
http://support.godaddy.com/help/article/1456/what-if-ive-reached-my-servers-smtp-limit
for vps(VIRTUAL PRIVATE SERVER)
I am having my shared server with dedicated ip.. and I can't see any such folder for mailer logs.
No comments yet.. please provide a sol where i can confirm where exactly it is blocking...
i can't move further without logs

Related

Mails from Linode VMs kept Landing on Spam Folder

I can't explain why email from my mail command from my VM kept landing on my Spam folder.
echo 'test' | mail -s 'test' jdeo#gmail.com
Noticed
I've noticed that on Linode VMs, mail is not landing on my Spam folder.
When I am on Digital Ocean VMs, emails kept landing on my Spam folder.
I have the same settings.
What should I check further ? How do I make my mail not land in the spam folder ?
The common reason due to which emails from VMs land in SPAMs is either harmful content in email subject / body or unidetified / volatile sender. As far as I understand your DigitalOcean VM Emails get filtered correctly, so that narrows it down towards sender being considered as malicious.
Can you check if both the sender from those 2 different set of VMs are different. If that's the case, then maybe you can use one of the mechanism suggested in this stackexchange answer.
Else check if any of the other 2 mechanisms listed in one of a parallel question helps you.
How to send HTML File in a e-mail Body unis Mailx or mail command

Apache James - E-mail is sent but can't fetch

I'm trying to setup a local Apache James mail server to development purposes but it is not working. Here is what I did so far:
Installed Apache James (v3.4.0), started service and added a user 'test#localhost'.
Setup account on Mozila Thunderbird and sent an e-mail to this address.
When I see the log, there is a message that e-mail has been spooled:
INFO 17:18:25,453 | org.apache.james.smtpserver.SendMailHandler | Successfully spooled mail Mail1582834705410-7098b596-e6ff-4536-90cd-1c27618ef0f0 from MaybeSender{mailAddress=Optional[test#localhost]} on 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1 for [test#localhost]
But I can't fetch any message.
Is there any additional configuration to be done in order to send and fetch emails to/from local email server?
thanks,
This is a version problem. Same at me with version 3.4.0. Try with version 3.3.0. It works OK.

Limesurvey notification emails will not send

I've recently noticed an issue with my Limesurvey installation. Until recently, I had a number of surveys set to email the user after submission (using {email} in the "Send detailed admin notification email" box to refer to an email question in the survey). However despite not manually changing anything, they no longer send. Some others do send from within limesurvey, for example from the "Create new admin" option, while token related emails will not.
In the case of token invitations, the debugging there will say emails sent when using php, but the test emails never arrive (multiple emails tested). When using SMTP, I get the below:
SMTP connect() failed... Some emails were not sent because the server did not accept the email(s) or some other error occured.
I should note that while I first noticed this in existing surveys in version 2.73.0, I've since done a fresh install of 3.1 and created a test survey. So this is pointing at a server config issue, but I haven't had any issues with emails sending except in this specific case.
Any suggestions of particular places to look would be much appreciated!
Did you try to change the email method in settings (https://manual.limesurvey.org/Global_settings/en#Email_settings)?
Email method: This determines how emails are being sent. The following options are available:
PHP (default value): uses internal PHP mail function
Sendmail : uses sendmail mailer
SMTP : based on SMTP relaying. Use this setting when you are running LimeSurvey on a host that is not your mail server
Make sure that you are using your SMTP configured email (Global settings -> Email settings) if you use SMTP, otherwise there might be a chance that the following error is displayed: 'SMTP -> ERROR: RCPT not accepted from server: 553 5.7.1 : Sender address rejected: not owned by user'
Qmail : Set this if you are running the Qmail mailer

Unable to send email to office 365 via linux command

I am trying to send email via linux command line using following command
echo "This is body part" | mail -s "this is subject" username#domain.com
If I send to gmail it works but if i send to office365 it does not work.
Could you help me?
This can also quite often be because of the mail relay server you are using (where the SMTP mail is routing through from the Linux box) not having been set up properly with public RDNS records. Many mail servers reject mail that comes from a domain without the appropriate RDNS configuration.
User checklist for "non delivered messages"
Checked Junk/Spam folder in the receiving mailbox.
Check sender mailbox for bounce (delivery problem report) mail messages.
You may receive first "warning email" after a few hours (e.g. 4h) of failing delivery attempts.
Some botched anti-spam system throw away messages "classified as spam" without any hint to the sender or the recipient -> ask admin/postmaster of the receiving mail server

Monotouch: any ideas why sending mail is sporadic?

This is the code: d59516457">http://monobin.com/_d59516457
These are the results when using Debug|iPhone (Debug|Simulator works fine):
When the "From" is set to GMail, I can only send to a GMail account.
When the "From" is set to my ISP, I can send to myself (at the ISP) and GMail, but NOT to another of my email addresses not connected to the ISP. (it's to an address for one of my websites, which is then forwarded to my ISP).
Any ideas why this is so flakey? I thought at first it was the ISP, but now I'm not so sure.. is there a way to "trace" any of hops?
I'm concerned that if I submit it to the app store, a user will have the same problem as this, and I don't want a bad rep for the app. On the other hand, because it works, sometime and not others, maybe I could hope it's my phone?
if you want you can use http://testflightapp.com/ so you get some beta testers doing Ad-Hoc releases of your app (you choose who you want to invite), if you want so I can send you an invite I would be more than glad to help you to test your app :) email me if you want the invite, my email its on my profile
About the solution, you can check if you have a webmail based interface that you can view on your computer, the email that you sent from the iPhone must be on the sent items folder, if the email and the attachment are there you can be sure that your application is delivering correctly you email to the SMTP server so the problem resides somewhere else...
Also make sure your that your smtp server is not blacklisted as a SPAM server even more if your smtp server relies on shared enviroment like Hostgator shared plans etc
Alex

Resources