• Resolved Jan

    (@jannetto96)


    Hello!
    We need shortcodes inside emails. When we choose sendmail method we can see third part plugin shortcodes. When i set wp mail method it seems not accept shortcodes. How to solve this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @jannetto96,

    I apologize but I’m not sure I understand your question. When you get a chance, could you please share in detail what you’re trying to achieve with example if possible?

    Thanks!

    Thread Starter Jan

    (@jannetto96)

    Hello @sanzeeb3,
    I have a plugin called events manager that uses the sendmail method to send mail to users. This method is excellent because it accepts the shortcodes of third-party plugins in emails. So the moment a user receives the mail, he is shown for example the qr code. The problem is that sendmail sends emails too slowly. about 3 hours of waiting while wp mail sends them in a few seconds. But without shortcodes.

    Plugin Author Slava Abakumov

    (@slaffik)

    @jannetto96

    WP Mail SMTP plugin makes default WordPress wp_mail() function to send emails using different providers, we do not modify its behavior or email content.

    AFAIK, Events Manager has own email system, and sends emails differently, not even using wp_mail(). You should contact Events Manager plugin support and ask them, how to process their shortcodes in emails that are sent through wp_mail() function.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wp mail bug’ is closed to new replies.