Concrete5: can't send email from form - concrete5

I tried 2 SMTP servers, both times I can send test email from dashboard, but sending it from a form on front-end doesn't work. I use default form block and I tried to send email on different boxes. Is there any error logs that I can check? My C5 version is 5.7.5.8.

Related

How to send message directly to inbox (gmail) from localhost?

I'm trying to send the message using the contact form on local-host. However, I'm able to send it to my mail address, but it goes to the spam folder!
I used the SendGrid plugin and integrate it with the Contact form 7.
Expected: Message send to the main folder in Gmail address.
Actual Result: Message goes to the spam folder.
You can use GMAIL SMTP Plugin. You need to just install the plugin and then get a GMAIL API and SECRET KEY. Put that into your plugin.
for more check this post with video.
http://www.onlinemoneyidea.cf/2019/06/gmail-smtp.html

Contact Form 7 showing sent message but not receiving email especially Google aps Domain Emails

Experiencing issue with WP plugin, contact form 7. When I fill in the form and submit, I receive a success message stating it was sent but I received example#gmail.com but not received example#companyname.com google ap's emails yet I don't receive it in my emails.
This probably has something to do with your server configuration. Can you try sending a mail using PHP's mail function? Is that also not working?
The CF7 plugin also uses this function. What this function does is it sends the mail request to the server. If that request was successful (regardless of whether the mail was send successful) it will return true. There is no other way using this function to check if the mail has actually been sent successful. That's why the CF7 plugin can say that the mail was send correctly even if it hasn't been send by the server.

Symfony swiftmailer delivery confirmation

I'd like to send emails with swiftmailer and I need confirmation of sent email and delivered.
By default swiftmailer saves emails in cache and sends them in background to prevent waiting user for sending emails.
How can I achieve confirmation of sent emails?
I think there is no way to get 100% certainty. A mail can fail to be delivered for many reasons which has nothing to do with your application. A few suggestions though:
1) You can send all mails in BCC to another address. You can do this by combining delivery_addresses and delivery_whitelist configuration parameters https://symfony.com/doc/current/reference/configuration/swiftmailer.html#delivery-whitelist
2) You can use a specific mail server under your control, so you can check its queue / logs to see which mails have been actually delivered.
3) You can set a "Read receipt" to all outbound emails.

Contact form 7 sending to wrong email (wordpress)

I have changed all the email addresses to send where I want them to go in the fields, however upon sending an email through the form on the site I still receive emails to the unwanted test address I entered when beginning the site development.
Is there some sort of setting that all forms send to a default email?
How do I go about only making the form send to the email in the field?
I am using the paeon theme if that makes any difference?

Drupal 7 - Print & email Pages

I'm using "Printer, email and PDF versions" Module (Drupal 7). Its functions are Print pages & forward the page content through email. When i share a page to another person through email, the message is clipped in there inbox and reporting as Phishing , also images are not displaying.
We have to configure anything from admin side.? why does this issue occurs?
Email clients are typically configured not to show images by default for security reasons (Example: hide offensive images, block malicious/harmful images, etc). See https://security.stackexchange.com/questions/7489/why-would-someone-want-to-block-images-in-email.
Similarly, if an email client detects that the From address of your email doesn't match the actual server that sent it, then your email may be flagged as a phishing email. See http://drupal.org/node/336038#comment-4735232.
Consider using a module like an SMTP Authentication module so that you can send emails through an smtp server such as Google's if you're using a Gmail address.

Resources