Posted: February 22, 2016 at 2:18 am
|
I have seen this post https://eventespresso.com/topic/event-email-need-to-personalise-sender/ My website is jesus-festival.org. You may check compatibility there. This is the email response: from: Jesus Festival Manila 2016 <manila@jesus-festival.org> How to remove the mailed by. Is there another solution to do this? |
Hi David, So to confirm you have that email address created within your hosting control panel? I would recommend contacting you host regarding this, the link you posted above refers to when your from and reply-to headers would look something like:
The maileed-by header may be set within your hosting provider, some do not let you change it. If you use a plugin such as Check Email to send a test email through WP, does that show the same? |
|
|
I tried the plugin Send From but it still says the same. Even checked check email also. |
That means it’s a server config issue, you would be best contacting your host and have the recommend a fix. |
|
|
I have contacted the hosting and they are saying to get in touch with you. Not sure who to talk to about it. “Thank you. I did work with our 2nd Tier in regards to the issue and it was advised to contact the plugin developer to see if the email can be sent via the plugin using SMTP vs being sent from the server.” |
Hi David, Instead of using an SMTP plugin that sends through a personal email account like Gmail, try a transactional email service like Send Grid or Postmark app as they will take over sending emails instead of the local email server from your webhost. Both services have free tiers: https://eventespresso.com/wiki/postmark-app-mandrill-transactional-email-handling-services/ — |
|
|
hi it is still saying mailed by even if i make use of sendgrid.net Is there any other way? |
Hi David, Event Espresso does not actually send any emails itself, what it does is pass the details for the email over to wp_mail() wp_mail() is a core WordPress function that sets up the email for a library called PHPMailer which is included within WordPress. This basically sets up the email making sure that all of the formatting and encoding is done correctly and then it passes it into the PHP mail() function. So its not EE that’s actually sending the emails its WordPress using your hosts mailserver. Your host is suggesting you use a plugin such as WP SMTP which is another method of ending email, however its similar to how sendmail works and will likely show the same results. Its actually normal for emails to show the mail server they used within mailed-by header of the email, for example on one of my EE test sites I use Mandrill to send the emails, mailed-by shows it was sent from mandrillapp.com – http://take.ms/bQRVs A tool we use at EE to create wireframes etc is Mockups, a reply I have received from them uses Amazonses to send their emails and it shows within the headers – http://take.ms/fl74H It does not effect the reply to email address so the replies will still go your email address. |
|
The support post ‘Email being sent via email hosting’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.