Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #58050
    Anonymous
    Inactive

    Hello Franky,

    is it simply possible to add an attachment to a confirmation mail?

    Greetings,
    Markus

    #58052
    Franky
    Keymaster

    Not really. You can of course just upload your attachment to the WP library and use that in your mail.

    #58054
    Anonymous
    Inactive

    Hello again,

    do you mean, that I can add Media into the Editor? That don’t work.

    The attachment is uploaded in Media.

    Do eme_events use PHPmailer class from WordPress includes?

    For sending booking confirmation, what function in eme_rsvp ist used? (eme_send_mails_ajax_actions($action) ? )

    #58055
    Franky
    Keymaster

    EME can send out html mails, so you can create a template for the mail response, use your attachement (as a link) in there et voila …
    EME uses phpmailer class (for mail) and the wordpress wysiwyg editor (for your templates).

    #58056
    Anonymous
    Inactive

    You mean, the link points on the attachment, right? I need to attach a file direkt in Mail, for crazy legally reasons.

    Or is the File then really attached to the mail?

    #58057
    Franky
    Keymaster

    Attachments for legal requirements? Hmmm … 🙂
    But unfortunately that is currently not possible, no attachments yet. It is on my todo list though …

    #58058
    Anonymous
    Inactive

    It was explicitly requested by a lawyer that the terms and conditions must be attached as a file. Crazy, I know.

    But how do I get on? If you had a tip for me with which file and function I have to deal with, I would be grateful.

    #58059
    Anonymous
    Inactive

    There are many eme_send_mail functions in the code of eme_rsvp. Which of them sends the Mail to the User for booking confirmation?

    I think I could include Attachments in eme_mailer.php in the eme_send_mail function.

    #58063
    Anonymous
    Inactive

    Yeah I did it!

    I added a new value ($attachment=0) to the eme_send_mail function and use $mail->addAttachment if the value is set to 1.

    Great. Thanks.

    #59673
    Franky
    Keymaster

    Attachments are now possible without extra code 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top