Displaying 3 results from an estimated 3 matches for "notfier".
Did you mean:
notifier
2006 Aug 11
5
actionmailler corrupting emails
...in advance,
Sean
Here''s my code:
# development.rb
# Smtp config
ActionMailer::Base.server_settings = {
:address => "smtp.b2b2c.ca",
:port => 25,
:domain => ''www.mywebsite.com''
}
ActionMailer::Base.default_charset = "utf-8"
# notfier.rb
class Notifier < ActionMailer::Base
def order_confirmation(order)
@recipients = order.customer.email
@from = "orders@alien8recordings.com"
@subject = "Alien8 Recordings Store Order Confirmation Number #
{order.id}"
@body["order"] = order...
2003 Feb 03
1
[Bug 39] can't execute 'make modules'
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=39
------- Additional Comments From laforge@netfilter.org 2003-02-03 16:32 -------
*** Bug 38 has been marked as a duplicate of this bug. ***
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
2023 Apr 03
0
[Patch v3] vdpa/mlx5: Avoid losing link state updates
...fier(ndev);
> >> +
> > I still think it's better to move this check during set_status.
> > Otherwise, we may have a small window where the link update event is
> > sent before DRIVER_OK.
> How about setup_driver() and teardown driver to register/unregister the
> notfier?
If I understand the code correctly, setup_driver() will be called by
set_map() which could be called before DRIVER_OK.
Thanks
> >
> > Thanks
> >
> >> if (ndev->mvdev.actual_features & BIT_ULL(VIRTIO_NET_F_MQ))
> >> ndev->rq...